[]
Parses the ActiveReports style comma delimited "page range" string.
public static IEnumerable<Page> FilterByRange(this IPagesCollection<Page> pages, string range, IDictionary<int, int> pagesMap = null)
| Type | Name | Description |
|---|---|---|
| IPagesCollection<Page> | pages | |
| string | range | |
| IDictionary<int, int> | pagesMap |
| Type | Description |
|---|---|
| IEnumerable<Page> |