Skip to content

DefaultReportRenderer.GetViewName method

Gets the view name for the report.

protected virtual string GetViewName(IReport report, ReportRenderOptions renderOptions)
parameter description
report The report.
renderOptions The options.

Return Value

The view name.

Exceptions

exception condition
InvalidOperationException The report has no design attribute.

See Also