Proprietà HasBookmarks
Ottiene un valore che indica se il report contiene segnalibri.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
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
Valore booleano che indica se il report contiene segnalibri. Valore true che indica che il report contiene segnalibri.