MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / CellDataElementOutput Property

In This Topic
CellDataElementOutput Property
In This Topic
Gets or sets a value indicating whether the item appears in a data rendering.
Syntax
'Declaration
 
Public Property CellDataElementOutput As DataElementOutput
 

Property Value

A DataElementOutput value indicating whether the item appears in a data rendering.
Remarks

Output(Default) indicates that the cell appears in the output.

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

See Also