Share via


Report.HasBookmarks Property

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

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Report Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace