Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145605 | Jul 1,2019 06:38 AM UTC | Jul 3,2019 05:47 AM UTC | ASP.NET MVC | 4 |
![]() |
Tags: ReportDesigner |
public void OnInitReportOptions(ReportViewerOptions reportOption)
{
byte[] reportByte = null ; // Retrive the report from data base.
System.IO.MemoryStream stream = new System.IO.MemoryStream(reportByte);
reportOption.ReportModel.Stream = stream;
} |
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.