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

XtraReport.HasExportWarningControls() Method

Returns a collection of controls for which export warnings exist.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerable<XRControl> HasExportWarningControls()

Returns

Type Description
IEnumerable<XRControl>

A collection of XRControl objects.

See Also