[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ApplyParameterType

ApplyParameterType Enum

Specifies the apply parameter action types.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum ApplyParameterType

Fields

Name Description
Reset

Resets the parameter to its initial state (default value).

Set

Sets a specific value to the parameter.

Toggle

Adds or removes a specific value to the values collection of the multi-value parameter.

Extension Methods