Hi
We have a requirement to create a class like this
Class Bundle
{
int BundleId;
string BundleName;
double NRC;
double ARC;
List<Bundle> BundleList;
int NestedBundleId; //This is the parent BundleId
}
The reason we trying this is we need an xml output like this
<Bundle>
<BundleId>...
Hi
I am trying to save a webi report from infostore to a disk (ex:c\crystalreport.pdf), using the following statement
eportDocument crReportDocument = new ReportDocument();
crReportDocument.Load(source_path_to_report);
//Export the report to disk...
Hi
I am trying to save a report from infostore to a disk (ex:c\crystalreport.pdf), using the following statement
eportDocument crReportDocument = new ReportDocument();
crReportDocument.Load(source_path_to_report);
//Export the report to disk...
Hi
I am trying to update my document library list item and for some reason this is not updating.
I think the problem lies in docdate, which is of datetime type. I have tried with various date formats but no luck so far.
could any one please let me know what i am doing wrong here.
here is the...
Hi all
I am trying to retrieve the properties of the Files (Name, Created By and Last Modified By) from document library before migrating the documents from SP2003 to MOSS 2007
but the system hangs at the line temFile.Author.Email
here is what i am doing
SPSite site = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.