Propriété HasBookmarks
Gets a value that indicates the report contains bookmarks.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
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
A Boolean value.
Voir aussi