Freigeben über


ReportItem.HasToggle-Eigenschaft

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.

Siehe auch

Verweis

ReportItem Klasse

Microsoft.ReportingServices.ReportRendering-Namespace