ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / DataElementOutput Property

In This Topic
    DataElementOutput Property (ReportSection)
    In This Topic
    Gets or sets a value indicating whether the item appears in a data rendering.
    Syntax
    'Declaration
     
    Public Property DataElementOutput As DataElementOutput
    public DataElementOutput DataElementOutput {get; set;}

    Property Value

    A DataElementOutput enumeration indicating whether the item appears in a data rendering.
    See Also