Group.DataElementOutput Property

Definition

Indicates whether the group should appear in a data rendering.

public:
 virtual property Microsoft::ReportingServices::ReportRendering::DataElementOutputTypes DataElementOutput { Microsoft::ReportingServices::ReportRendering::DataElementOutputTypes get(); };
public virtual Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes DataElementOutput { get; }
member this.DataElementOutput : Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes

Property Value

A DataElementOutputTypes value.

Remarks

Possible values are Output, NoOutput, or ContentsOnly.

Applies to