A newer version of this page is available.
Switch to the current version.
XtraReport.HasExportWarningControls() Method
Returns a collection of controls for which export warnings exist.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public IEnumerable<XRControl> HasExportWarningControls()
Public Function HasExportWarningControls As IEnumerable(Of XRControl)
Returns
Type | Description |
---|---|
IEnumerable<XRControl> | A collection of XRControl objects. |
See Also
Feedback