共用方式為


Image.BookmarkLink 屬性

Provides a bookmark that users can jump to using a link defined as a bookmark action.

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

語法

'宣告
Public ReadOnly Property BookmarkLink As String 
    Get
'用途
Dim instance As Image 
Dim value As String 

value = instance.BookmarkLink
public string BookmarkLink { get; }
public:
property String^ BookmarkLink {
    String^ get ();
}
member BookmarkLink : string
function get BookmarkLink () : String

屬性值

型別:System.String
A string containing the bookmark to be used for the jump.

請參閱

參考

Image 類別

Microsoft.ReportingServices.ReportRendering 命名空間