Method Build
Build(ReportPageModel)
Builds an index over a paginated report.
public static ReportSearchIndex Build(ReportPageModel model)
Parameters
modelReportPageModelThe paginated report.
Returns
- ReportSearchIndex
The index.
Exceptions
- ArgumentNullException
modelis null.