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

ColumnsByTableDictionary Class

A dictionary for DataSchemaProvider.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class ColumnsByTableDictionary :
    Dictionary<string, IList<string>>

Inheritance

Object
Dictionary<String, IList<String>>
ColumnsByTableDictionary
See Also