[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.EnableEmptyArray

EnableEmptyArray Enum

Specifies whether empty arrays are allowed.

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

Fields

Name Description
Auto

Empty arrays are not allowed.

False

Empty arrays are not allowed.

True

Empty arrays are allowed.

Extension Methods