Share via


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
    Get
'Usage
Dim instance As Group
Dim value As DataElementOutputTypes

value = instance.DataElementOutput
public virtual DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
}
abstract DataElementOutput : DataElementOutputTypes
override DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes

Remarks

Possible values are Output, NoOutput, or ContentsOnly.