Click or drag to resize

StiReportPageNofMLocalizationString Property

Gets string value which contains localization template for "Page N of M". For example: Page {0} of {1}. By default this property equal to null and report engine use global localization string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string PageNofMLocalizationString { get; set; }

Property Value

Type: String
See Also