VisibleInReportsAttribute(Boolean) Constructor
Initializes a new instance of the VisibleInReportsAttribute class with the specified VisibleInReportsAttribute.IsVisible property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
isVisible | Boolean | true if an item should be added to the Data Type drop-down list in the Report Wizard; otherwise, false. |
See Also