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

ColumnsByTableDictionary(ColumnsByTableDictionary) Constructor

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public ColumnsByTableDictionary(
    ColumnsByTableDictionary dictionary
)

Parameters

Name Type Description
dictionary ColumnsByTableDictionary

A ColumnsByTableDictionary object.

See Also