Skip to main content

XRTable.CreateTable(RectangleF, Int32, Int32) Method

Creates an instance of the XRTable class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static XRTable CreateTable(
    RectangleF bounds,
    int rowCount,
    int columnCount
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF object, representing the table’s bounds.

rowCount Int32

An integer value, representing the number of rows.

columnCount Int32

An integer value, representing the number of columns.

Returns

Type Description
XRTable

An XRTable descendant.

See Also