Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145827 | Jul 9,2019 09:27 PM UTC | Jul 11,2019 06:35 AM UTC | Report Platform | 3 |
![]() |
Tags: Report Viewer |
//Method will be called when initialize the report options before start processing the report
public void OnInitReportOptions(ReportViewerOptions reportOption)
{
reportOption.ReportModel.ProcessingMode = ProcessingMode.Local;
reportOption.ReportModel.DataSources.Clear();
reportOption.ReportModel.DataSources.Add(new ReportDataSource { Name = "StoreSales", Value = StoreSales.GetData() });
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.