FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ParameterPassingMode Enumeration

In This Topic
    ParameterPassingMode Enumeration
    In This Topic
    Specifies the mode of passing parameters to the data source.
    Syntax
    'Declaration
     
    Public Enum ParameterPassingMode 
       Inherits System.Enum
    public enum ParameterPassingMode : System.Enum 
    Members
    MemberDescription
    DefaultParameters are passed in the standard way determined by the data source.
    LiteralParameters 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.ParameterPassingMode

    See Also