DefaultReportRenderer.RenderAsHtml method
Renders a report as HTML.
protected virtual ReportRenderResult RenderAsHtml(IReport report, ReportRenderOptions options)
| parameter | description |
|---|---|
| report | The report. |
| options | The options. |
Return Value
The render result.
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException | The report has no design attribute. |
See Also
- class ReportRenderResult
- interface IReport
- class ReportRenderOptions
- class DefaultReportRenderer