Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace