XRTable.ConvertToControls() Method
Converts the XRTableCell objects that belongs to a selected XRTable instance to a set of individual XRLabel controls.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
XRControl[] | An array of XRLabel objects. |
Remarks
Use the ConvertToControls method to transform an XRTable into a set of XRLabel controls.
When calling this method, table cells containing other controls will be converted to XRPanel controls.
See Also