[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ApplyParameter

ApplyParameter Class

Represents the settings for a single apply parameters action, including parameter name, value, and type.

Inheritance
ApplyParameter
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ApplyParameter

Constructors

Name Description
ApplyParameter()

Initializes a new instance of the ApplyParameter class.

Properties

Name Description
Name

Gets or sets the name of the report parameter.

Type

Gets or sets the type of the apply parameter action.

Value

Gets or sets the value of the parameter.

Extension Methods