ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / DetailDataElementOutput Property

In This Topic
    DetailDataElementOutput Property (ITable)
    In This Topic
    Gets the detail data element output.
    Syntax
    'Declaration
     
    ReadOnly Property DetailDataElementOutput As DataElementOutput
    DataElementOutput DetailDataElementOutput {get;}

    Property Value

    An instance of GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput indicating 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.
    See Also