Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a value indicating whether this item on the report can be rendered visible or invisible (toggled) through the control of 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 ReportItem
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 indicating whether the item on the report can be rendered visible or hidden through the control of another item. True indicates the report can be toggled; false indicates its visibility cannot be toggled.