ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ApplyParameterType Enumeration

In This Topic
    ApplyParameterType Enumeration
    In This Topic
    Apply parameter types.
    Syntax
    'Declaration
     
    Public Enum ApplyParameterType 
       Inherits System.Enum
    public enum ApplyParameterType : System.Enum 
    Members
    MemberDescription
    ResetReturns parameter to it's initial (default) value. See ReportParameter.DefaultValue.
    SetSets the parameter value.
    ToggleAdds/removes value to/from values collection (applicable for multi-value parameters).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ApplyParameterType

    See Also