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

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

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