Table of Contents

Method Project

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

Project(ReportPageModel)

Projects a paginated report with the default options.

public static ReportHtmlProjection Project(ReportPageModel pages)

Parameters

pages ReportPageModel

The paginated report.

Returns

ReportHtmlProjection

The projection.

Project(ReportPageModel, ReportHtmlOptions?)

Projects a paginated report.

public static ReportHtmlProjection Project(ReportPageModel pages, ReportHtmlOptions? options)

Parameters

pages ReportPageModel

The paginated report.

options ReportHtmlOptions

How to write it, or null for the defaults.

Returns

ReportHtmlProjection

The projection.

Exceptions

ArgumentNullException

pages is null.

UnsupportedFeatureException

StrictMode is set and the projection refused an action's URL or could not embed an image.