DefaultReportRenderer.RenderAsHtml method
namespace: Serenity.Reporting assembly: Serenity.Net.Web
Renders a report as HTML
protected virtual ReportRenderResult RenderAsHtml(IReport report, ReportRenderOptions options)
| parameter | description |
|---|---|
| report | Report |
| options | Options |
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException | Report has no design attribute |
See Also
- class ReportRenderResult
- interface IReport
- class ReportRenderOptions
- class DefaultReportRenderer