Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the data member can be made visible or invisible by toggling a different item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsToggleChild As Boolean
Get
'Usage
Dim instance As DataMember
Dim value As Boolean
value = instance.IsToggleChild
public override bool IsToggleChild { get; }
public:
virtual property bool IsToggleChild {
bool get () override;
}
abstract IsToggleChild : bool
override IsToggleChild : bool
override function get IsToggleChild () : boolean
Property Value
Type: System.Boolean
A Boolean value. A true value indicates that the data member instance can be made visible or invisible by toggling a different item.