[]
        
(Showing Draft Content)

C1.Report.DataSource.ParameterPassingMode

ParameterPassingMode Property

ParameterPassingMode

Gets or sets a value indicating how parameter values are passed to the data engine.

Declaration
[C1Category("Data")]
[C1Description("DataSource.ParameterPassingMode", "The mode of passing parameters to the data engine. In Literal mode parameters are passed as is, so any required quotes must either be part of parameter values themselves, or specified by EncloseParameterValues.")]
public ParameterPassingMode ParameterPassingMode { get; set; }
<C1Category("Data")>
<C1Description("DataSource.ParameterPassingMode", "The mode of passing parameters to the data engine. In Literal mode parameters are passed as is, so any required quotes must either be part of parameter values themselves, or specified by EncloseParameterValues.")>
Public Property ParameterPassingMode As ParameterPassingMode
See Also