ReportItem.IsToggleChild Property
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
public bool IsToggleChild { get; }
public:
property bool IsToggleChild {
bool get ();
}
/** @property */
public boolean get_IsToggleChild ()
public function get IsToggleChild () : boolean
Valore proprietà
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.
Osservazioni
Data creazione:5 dicembre 2005
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace