Propriété IReportViewerMessages.PageOf

Fournit le texte du message de pagination.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
ReadOnly Property PageOf As String
    Get
'Utilisation
Dim instance As IReportViewerMessages
Dim value As String

value = instance.PageOf
string PageOf { get; }
property String^ PageOf {
    String^ get ();
}
abstract PageOf : string
function get PageOf () : String

Valeur de propriété

Type : System.String
Valeur de type chaîne.

Notes

Fournit le texte d'un message de numéro de page. Par exemple :

Page <1> of <3>

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WebForms