Skip to main content

ColumnsByTableDictionary(Int32) Constructor

Initializes a new instance of the ColumnsByTableDictionary class with the specified capacity.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ColumnsByTableDictionary(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer value.

See Also