HasBookmarks Propiedad
Gets a value that indicates whether the report contains bookmarks.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property HasBookmarks As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the report contains bookmarks. A value of true indicates that it does contain bookmarks.
Vea también