Click or drag to resize

StiPagesRange Constructor (StiRangeType, String, Int32)

Creates a new instance of the StiPagesRange class.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPagesRange(
	StiRangeType rangeType,
	string pageRanges,
	int currentPage
)

Parameters

rangeType
Type: Stimulsoft.ReportStiRangeType
Type of pages range.
pageRanges
Type: SystemString
Range of pages.
currentPage
Type: SystemInt32
Current page.
See Also