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; }
Public Property PageNofMLocalizationString As String
Get
Set
Property Value
Type:
StringSee Also