FlexReport for WinForms
ParameterPassingMode 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : ParameterPassingMode 列挙体
Specifies the mode of passing parameters to the data source.
シンタックス
'宣言
 
Public Enum ParameterPassingMode 
   Inherits System.Enum
'使用法
 
Dim instance As ParameterPassingMode
public enum ParameterPassingMode : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.ParameterPassingMode

参照

参照

C1.Report 名前空間