ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / DataElementOutput Property

In This Topic
    DataElementOutput Property (ReportItem)
    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.

    Remarks

    Output indicates that the group appears in the output.

    NoOutput indicates that the group does not appear in the output.

    ContentsOnly indicates that the item does not appear in the XML, but its contents are rendered as if they were in the item's container. This value only applies to Lists.

    Auto(Default) behaves in the same manner as NoOutput for Textbox report items with constant values, ContentsOnly for Rectangle report items and Output for all other items.

    See Also