Freigeben über


Group.DataElementOutput Property

Indicates whether the group should appear in a data rendering.

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

Syntax

'Declaration
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

Eigenschaftswert

A DataElementOutputTypes value.

Hinweise

Neu:05. Dezember 2005

Possible values are Output, NoOutput, or ContentsOnly.

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

Group Class
Group Members
Microsoft.ReportingServices.ReportRendering Namespace