ActiveReports Developer 7
DetailDataElementOutput Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableGroup Interface : DetailDataElementOutput Property

Glossary Item Box

Indicates whether the details should appear in a data rendering. Valid values are GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.NoOutput and GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.Output.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DetailDataElementOutput As DataElementOutput
C# 
DataElementOutput DetailDataElementOutput {get;}

See Also