XtraReportModel.ShowAllState Property
Specifies the state of check boxes throughout the ObjectDataSource creation pages.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
ShowAllState | A ShowAllState flags enumeration value. |
Available values:
Name | Description |
---|---|
None | No objects are listed. |
Assemblies | Only highlighted assemblies are listed. |
Classes | Only highlighted classes are listed. |
Members | Only highlighted members are listed. |
Constructors | Only highlighted constructors are listed. |
All | All highlighted objects are listed (assemblies, classes, constructors and members). |
Remarks
Flags defined by this property determine the state of the following check boxes.
- Show only highlighted assemblies
- Show only highlighted types
- Show only highlighted constructors
- Show only highlighted members
See Also