Share via


IReportViewerMessages.PageOf プロパティ

ページ割り当てメッセージのテキストを提供します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
ReadOnly Property PageOf As String
    Get
'使用
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

プロパティ値

型: System.String
文字列値。

説明

ページ番号のメッセージのテキストを提供します。次に例を示します。

Page <1> of <3>

関連項目

参照

IReportViewerMessages インターフェイス

Microsoft.Reporting.WinForms 名前空間