Freigeben über


CustomReportItem.IsToggleChild-Eigenschaft

Gets a value that indicates whether this item can be made visible or invisible by toggling another item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property IsToggleChild As Boolean 
    Get
'Usage
Dim instance As CustomReportItem 
Dim value As Boolean 

value = instance.IsToggleChild
public bool IsToggleChild { get; }
public:
property bool IsToggleChild {
    bool get ();
}
member IsToggleChild : bool
function get IsToggleChild () : boolean

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

CustomReportItem Klasse

Microsoft.ReportingServices.ReportRendering-Namespace