Method Project
Project(ReportPageModel)
Projects a paginated report with the default options.
public static ReportHtmlProjection Project(ReportPageModel pages)
Parameters
pagesReportPageModelThe paginated report.
Returns
- ReportHtmlProjection
The projection.
Project(ReportPageModel, ReportHtmlOptions?)
Projects a paginated report.
public static ReportHtmlProjection Project(ReportPageModel pages, ReportHtmlOptions? options)
Parameters
pagesReportPageModelThe paginated report.
optionsReportHtmlOptionsHow to write it, or null for the defaults.
Returns
- ReportHtmlProjection
The projection.
Exceptions
- ArgumentNullException
pagesis null.- UnsupportedFeatureException
StrictMode is set and the projection refused an action's URL or could not embed an image.