[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ApplyParameterType

ApplyParameterType Enum

Specifies the types of apply parameter actions.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ApplyParameterType

Fields

Name Description
Reset

Resets the parameter to its initial (default) value. See DefaultValue.

Set

Sets the parameter value.

Toggle

Adds or removes a value from a collection of values (applicable for multi-value parameters).

Extension Methods