Propriedade do RDL Report.HasBookmarks
Gets a value that indicates the report contains bookmarks.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
A Boolean value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering