Getting the Project GUID from the Project Workspace

T

TroyS

I want to create a SQL Server Report with a parameter that uses the Project
GUID.
I want to have a web part on the project workspace that runs this report by
passing the Project GUID as a parameter.

Is there a way to get the Project GUID from the Project Workspace? If so,
what would be the approach?
Obviously new to all of this w/r/t WSS ...
 
C

Christina Odom

I want to create a SQL Server Report with a parameter that uses the Project
GUID.
I want to have a web part on the project workspace that runs this report by
passing the Project GUID as a parameter.

Is there a way to get the Project GUID from the Project Workspace? If so,
what would be the approach?
Obviously new to all of this w/r/t WSS ...

http://www.codegirl.net/?p=411

From the context of site
String PWA = SPContext.Current.Web.AllProperties["PWAURL"].ToString();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top