Group.ToggleItem Property
Returns the name of the toggle item for this object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ToggleItem As String
Get
'Usage
Dim instance As Group
Dim value As String
value = instance.ToggleItem
public virtual string ToggleItem { get; }
public:
virtual property String^ ToggleItem {
String^ get ();
}
abstract ToggleItem : string
override ToggleItem : string
function get ToggleItem () : String
Property Value
Type: System.String
A string containing the name of the toggle item for this object.