Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether the report definition defines a toggle item for this report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HasToggle As Boolean
Get
'Usage
Dim instance As ReportItem
Dim value As Boolean
value = instance.HasToggle
public bool HasToggle { get; }
public:
property bool HasToggle {
bool get ();
}
member HasToggle : bool
function get HasToggle () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.