IReportViewerMessages.PageOf Property

Provides the text for the pagination message.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property PageOf As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.PageOf
string PageOf { get; }
property String^ PageOf {
    String^ get ();
}
/** @property */
String get_PageOf ()
function get PageOf () : String

Property Value

A string value.

Remarks

Provides the text for a page number message. For example,

Page <1> of <3>

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace