Поделиться через


ReportItem.IsFullSize Property

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

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
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

Значение свойства

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

Замечания

Добавления:5 декабря 2005 г.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace