Proprietà IReportViewerMessages.PageOf

Testo del messaggio relativo all'impaginazione.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
ReadOnly Property PageOf As String
'Utilizzo
Dim instance As IReportViewerMessages
Dim value As String

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

Valore proprietà

Valore stringa.

Note

Testo del messaggio relativo al numero di pagina, ad esempio:

Page <1> of <3>

Vedere anche

Riferimento

Interfaccia IReportViewerMessages
Membri IReportViewerMessages
Spazio dei nomi Microsoft.Reporting.WebForms