Partager via


Propriété HasBookmarks

Obtient une valeur qui indique si le rapport contient des signets.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en 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 propriété

Type : System. . :: . .Boolean
Boolean indiquant si le rapport contient des signets. La valeur True indique qu'il ne contient pas de signet.