[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Document.Filters.FilteredDocumentFactory.FilterByPageRange

FilterByPageRange Method

FilterByPageRange(IFilteredDocument, string)

Filters the by page range.

Declaration
public static IFilteredDocument FilterByPageRange(this IFilteredDocument document, string range)
Parameters
Type Name Description
IFilteredDocument document

The document.

string range

The range.

Returns
Type Description
IFilteredDocument

FilterByPageRange(IFilteredDocument, string, IDictionary<int, int>)

Get filtered document.

Declaration
public static IFilteredDocument FilterByPageRange(this IFilteredDocument document, string range, IDictionary<int, int> pagesMap)
Parameters
Type Name Description
IFilteredDocument document
string range
IDictionary<int, int> pagesMap

The map to fill with the pages map which point the source page number to the page index in the filtered collection.

Returns
Type Description
IFilteredDocument