Bookmark 속성
Gets an expression that evaluates to a bookmark that can be linked to via a bookmark action.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
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