ReportItem.HasToggle Property
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
Property Value
Type: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.