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 hilfy
Thanks for your input, I will shed some light on to webi class. But the link you have mentioned, did not have any thing on webi reports for how to save a webi documents to disk.
Here is what i have done so far, which is working fine for the time being. It may not be the best way of...
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...
interestingly i was able to get the File names, even if it is a large libray.
how are you approaching this issue. I haven't got a clue what else we should do.
here is i am trying right now..
Created another library in the same site and uploaded some files in to it and start migration with...
Hi Phil
My aplogies for that typo. Infact that was the mistake of my manual typing here rather cut and paste.
but my actual problem is, i have a large document Library list(500000 files) from which i am trying to migrate to 2007.
I think the reason it is failing to read those file properties...
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.