共用方式為


Bookmark.Page 屬性

Returns the soft page on which the bookmark appears.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Page As Integer 
    Get
'用途
Dim instance As Bookmark 
Dim value As Integer 

value = instance.Page
public int Page { get; }
public:
property int Page {
    int get ();
}
member Page : int
function get Page () : int

屬性值

型別:System.Int32
An integer value containing the soft page on which the bookmark appears.

請參閱

參考

Bookmark 類別

Microsoft.ReportingServices.ReportRendering 命名空間