Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRControl[] ConvertToControls()

Returns

Type Description
XRControl[]

An array of XRLabel objects.

Remarks

Use the ConvertToControls method to transform an XRTable into a set of XRLabel controls.

xrtable-convert-to-labels

When calling this method, table cells containing other controls will be converted to XRPanel controls.

See Also