Proprietà IsToggleChild
Indicates whether this item can be made visible or invisible by toggling another item.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsToggleChild As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche