[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ParameterPassingMode

ParameterPassingMode Enum

Specifies the mode of passing parameters to the data source.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public enum ParameterPassingMode

Fields

Name Description
Default

Parameters are passed in the standard way determined by the data source.

Literal

Parameters are passed to the data source literally as they are specified. If a value needs to be quoted, the quotes should be part of the parameter value. This mode is designed to deal with non-standard data sources.