Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the text for the pagination message.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
string PageOf { get; }
property String^ PageOf {
String^ get();
}
abstract PageOf : string with get
ReadOnly Property PageOf As String
Property Value
Type: System.String
A string value.
Remarks
Provides the text for a page number message. For example,
Page <1> of <3>
See Also
IReportViewerMessages Interface
Microsoft.Reporting.WinForms Namespace
Return to top