lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

How can reports be embedded in cshtml? #112

Closed pystudy123 closed 2 years ago

pystudy123 commented 2 years ago

How can reports be embedded in cshtml, like this: @Html.ReportViewer(Model, new { style="width:100%"}), instead of only directly embedded in Html pages。

pystudy123 commented 2 years ago

Found html embedded, the first time to open the page is very slow, I don't know why