Freigeben über


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.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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

Eigenschaftswert

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.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace