MvcReportViewer
MvcReportViewer copied to clipboard
ASP.NET MVC Html Helpers for ReportViewer Control.
Resolves #162. Resolves #144. This is what we're currently using at my company. With #144, a decision was made to specify the export format types to display rather than the...
https://blogs.msdn.microsoft.com/sqlrsteamblog/2016/11/30/report-viewer-2016-control-update-now-available/
It could be cool if the custom report runner could handle subreports. I guess it would imply receiving the Type for the event handler from the ctor?
Hey, would be a nice feature if we could pass custom url params to the iFrame which are not getting encrypted so we can access it within the iFrame. Now...
The project shouldn't call anything of the website context directly like "HttpContext.Current.Response". The DLL should be completly independant. If there is a need for the httpContext, it should be received...
I use mvcreportviewer for my solution, i config as: @Html.MvcReportViewerFluent("App_Data/Report/TestReport.rdlc").ProcessingMode(ProcessingMode.Local).ReportParameters(new { ReportName = Model.ReportName, Province = Model.Province }).LocalDataSource("TestDataset", Model.Data).ControlSettings(settings).Attributes(new { Height = 750, Width = "100%", style = "border: none"...
We recently changed our application to use DB Sessions. Now when we run our reports from the application, they work fine. We could see the report running just fine. But...
Is there any chance to add option to "SizeToReportContent" ? I have checked similar lib from https://reportviewerformvc.codeplex.com/ and there is this option. Report sized to comtent looks better (there is...
I need to export to XML, so added to the code.