ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / DataElementOutput Property

In This Topic
    DataElementOutput Property (ReportSectionBase)
    In This Topic
    Specifies whether the data of a ReportSection appears in a data rendering.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataElementOutput As DataElementOutput
    public abstract DataElementOutput DataElementOutput {get;}
    See Also