LoadReportDefinitionFile
1 Nov 2019 / 1 minute to read
You can bind the OlapReport as XML file to OlapDataManager using the LoadReportDefinitionFile method. This contains two steps as follows:
- Loading the report definition file and
- Loading a specific report in that file by giving its name
The following code snippet will illustrate the loading of the report definition file:
olapDataManager.LoadReportDefinitionFile(@"C:\SampleReports\SalesAnalysis.xml");
olapDataManager.LoadReport("SalesOn2003");
olapDataManager.LoadReportDefinitionFile("C:\SampleReports\SalesAnalysis.xml")
olapDataManager.LoadReport("SalesOn2003")
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page