Group.HasToggle Property
Indicates that a toggle item is defined for this object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HasToggle As Boolean
Get
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.HasToggle
public virtual bool HasToggle { get; }
public:
virtual property bool HasToggle {
bool get ();
}
abstract HasToggle : bool
override HasToggle : bool
function get HasToggle () : boolean
Property Value
Type: System.Boolean
A Boolean value indicating that a toggle item is defined for this object.