다음을 통해 공유


Bookmark 속성

A bookmark that can be linked to via a bookmark action

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Bookmark As ReportStringProperty
    Get
‘사용 방법
Dim instance As ReportItem
Dim value As ReportStringProperty

value = instance.Bookmark
public ReportStringProperty Bookmark { get; }
public:
property ReportStringProperty^ Bookmark {
    ReportStringProperty^ get ();
}
member Bookmark : ReportStringProperty
function get Bookmark () : ReportStringProperty