ExportResultInfoQueryFilterRule Constructor (ExportResultInfoQueryField, QueryFilterOperator, Object)

Initializes a new instance of the ExportResultInfoQueryFilterRule class.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ExportResultInfoQueryFilterRule(
	ExportResultInfoQueryField field,
	QueryFilterOperator filterOperator,
	Object value
)

Parameters

field
Type: Dundas.BI.ExportExportResultInfoQueryField
The field on which the filter should apply.
filterOperator
Type: Dundas.BIQueryFilterOperator
The filter expression operator.
value
Type: SystemObject
The value applied to the right-hand side of the operator.
See Also