Propriedade do RDL IsToggleChild
Indicates whether this item can be made visible or invisible by toggling another item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também