Partager via


HasBookmarks propriété

Gets a value that indicates whether the report contains bookmarks.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasBookmarks As Boolean
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that indicates whether the report contains bookmarks. A value of true indicates that it does contain bookmarks.