Back to Devexpress

XtraReport.HasExportWarningControls() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-81be811b.md

latest1.4 KB
Original Source

XtraReport.HasExportWarningControls() Method

Returns a collection of controls for which export warnings exist.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public IEnumerable<XRControl> HasExportWarningControls()
vb
Public Function HasExportWarningControls As IEnumerable(Of XRControl)

Returns

TypeDescription
IEnumerable<XRControl>

A collection of XRControl objects.

|

See Also

ShowExportWarnings

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace