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

Property Value

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

Remarks

New:5 December 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace