Freigeben über


ReportItem.IsFullSize Property

Indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%.

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

Syntax

'Declaration
Public ReadOnly Property IsFullSize As Boolean
public bool IsFullSize { get; }
public:
property bool IsFullSize {
    bool get ();
}
/** @property */
public boolean get_IsFullSize ()
public function get IsFullSize () : boolean

Eigenschaftswert

A Boolean value. A true value indicates that the top-level item is fully expanded.

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