DefaultReportRenderer.GetViewName method
namespace: Serenity.Reporting assembly: Serenity.Net.Web
Gets view name for the report
protected virtual string GetViewName(IReport report, ReportRenderOptions options)
| parameter | description |
|---|---|
| report | Report |
| options | Options |
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException |
See Also
- interface IReport
- class ReportRenderOptions
- class DefaultReportRenderer