ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ApplyParameterType Enumeration

In This Topic
    ApplyParameterType Enumeration
    In This Topic
    Apply parameter action types.
    Syntax
    'Declaration
     
    Public Enum ApplyParameterType 
       Inherits System.Enum
    public enum ApplyParameterType : System.Enum 
    Members
    MemberDescription
    ResetResets the parameter to its initial state (default value).
    SetSet specific value to the parameter.
    ToggleAdd or remove specific value to the values collection of the multi-value parameter.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.ApplyParameterType

    See Also