共用方式為


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
string 值。

備註

提供頁碼訊息的文字。例如:

Page <1> of <3>

請參閱

參考

IReportViewerMessages 介面

Microsoft.Reporting.WinForms 命名空間