Skip to main content
A newer version of this page is available. .

IModelClassReportsVisibility.IsVisibleInReports Property

Specifies whether the current class can serve as a data source for ReportData and Analysis objects.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

bool IsVisibleInReports { get; set; }

Property Value

Type Description
Boolean

true, if the current class can serve as a data source for ReportData and Analysis objects; otherwise, false.

Remarks

For details, refer to the Create and View Reports in a WinForms Application and Pivot Chart Module Overview topics.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IsVisibleInReports property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also