Freigeben über


CustomReportItem.ToggleParent Property

Returns the report item that toggles this item.

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

Syntax

'Declaration
Public ReadOnly Property ToggleParent As TextBox
public TextBox ToggleParent { get; }
public:
property TextBox^ ToggleParent {
    TextBox^ get ();
}
/** @property */
public TextBox get_ToggleParent ()
public function get ToggleParent () : TextBox

Eigenschaftswert

A TextBox object.

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

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace