Skip to content

DefaultReportRenderer.GetViewName method

Gets the view name for the report.

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

Return Value

The view name.

Exceptions

exception condition
InvalidOperationException The report has no design attribute.

See Also