Freigeben über


Report.HasBookmarks-Eigenschaft

Gets a value that indicates the report contains bookmarks.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property HasBookmarks As Boolean 
    Get
'Usage
Dim instance As Report 
Dim value As Boolean 

value = instance.HasBookmarks
public bool HasBookmarks { get; }
public:
property bool HasBookmarks {
    bool get ();
}
member HasBookmarks : bool
function get HasBookmarks () : boolean

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace