LoadReportDefinitionFromStream
1 Nov 2019 / 1 minute to read
You can load the OlapReport as a stream to the OlapDataManager using LoadReportDefinitionFromStream method. This contains two steps as follows:
- Loading the report stream
- Loading the specific report in that stream by giving its name
The following code snippet will illustrate the loading of the report definition from a stream:
olapDataManager.LoadReportDefinitionFromStream(reportStream);
olapDataManager.LoadReport("SalesOn2003");
olapDataManager.LoadReportDefinitionFromStream(reportStream)
olapDataManager.LoadReport("SalesOn2003")
Sequential Diagram
The following sequential diagram shows the workflow of OlapBase when user gives input as OlapReport.
OLAP Base sequential diagram
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