[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataElementOutput

DataElementOutput Enum

Specifies how an item should appear in data output.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum DataElementOutput
Remarks

Some ReportItems do not support all values (for example List and Table do not support Auto).

Fields

Name Description
Auto

Will behave as NoOutput for Textboxes with constant values, ContentsOnly for Rectangles and Output for all other items.

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