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 命名空间