This example demonstrates the approaches described in the T339643: How to access the values stored in HttpContext/Session while working with the ASP.NET HTML5 Document Viewer and End-User Report Designer controls article.
A report instance is created in the custom report storage extension (SampleReportStorageWebExtension class) GetData method's code. The values stored in the HttpContext/Session (the session field and the User name) are used there to initialize the report parameters. The report displays these parameters values in the ReportHeaderBand. Also, these parameter values are passed to the ObjectDataSource's data class's (ReportDataItem class) GetReportData method that is used to populate the report with data.
↧
How to access the values stored in HttpContext/Session while working with the ASP.NET HTML5 Document Viewer and End-User Report Designer controls
↧