Skip to main content
.NET 6.0+

VisibleInReportsAttribute(Boolean) Constructor

Initializes a new instance of the VisibleInReportsAttribute class with the specified VisibleInReportsAttribute.IsVisible property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public VisibleInReportsAttribute(
    bool isVisible
)

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