[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput

DataElementOutput Enum

Specifies how an item should appear in data output.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum DataElementOutput

Fields

Name Description
ContentsOnly

Indicates the item should not appear in the (e.g. XML), but its contents should be rendered as if they were in this item’s container. Only applies to Lists.

NoOutput

Indicates the item should not appear in the output.

Output

Indicates the item should appear in the output

Extension Methods