Freigeben über


HasBookmarks-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Bericht Lesezeichen enthält.

Namespace:  Microsoft.ReportingServices.ReportRendering
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
Ein Boolean-Wert, der angibt, ob der Bericht Lesezeichen enthält. Der Wert true kennzeichnet, dass Lesezeichen enthalten sind.