Compartir a través de


IsToggleChild Propiedad

Indicates whether this item can be made visible or invisible by toggling another item.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsToggleChild As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value.