Proprietà HasBookmarks
Indicates the report contains bookmarks
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property HasBookmarks As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche