Back to Devexpress

IModelClassReportsVisibility.IsVisibleInReports Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelclassreportsvisibility.md

latest1.5 KB
Original Source

IModelClassReportsVisibility.IsVisibleInReports Property

Specifies whether the current class can serve as a data source for ReportDataV2 objects.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsVisibleInReports { get; set; }
vb
Property IsVisibleInReports As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

For details, refer to the Create and View Reports in a WinForms Application topic.

See Also

IModelClassReportsVisibility Interface

IModelClassReportsVisibility Members

DevExpress.ExpressApp.Model Namespace