XtraReport.HasExportWarningControls() Method
Returns a collection of controls for which export warnings exist.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
IEnumerable<XRControl> | A collection of XRControl objects. |
See Also