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

FilteringOperatorsByTableDictionary(Int32) Constructor

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public FilteringOperatorsByTableDictionary(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer value.

See Also