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


Group.DataElementOutput Property

Indicates whether the group should appear in a data rendering.

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

Синтаксис

'Декларация
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes
public virtual DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
}
/** @property */
public DataElementOutputTypes get_DataElementOutput ()
public function get DataElementOutput () : DataElementOutputTypes

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

A DataElementOutputTypes value.

Замечания

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

Possible values are Output, NoOutput, or ContentsOnly.

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

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.

См. также

Справочник

Group Class
Group Members
Microsoft.ReportingServices.ReportRendering Namespace