[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Parameter

Parameter Class

Represents a parameter element for a subreport, containing information about the parameter's value and behavior.

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

Constructors

Name Description
Parameter()

Initializes a new instance of the Parameter class.

Properties

Name Description
Name

Gets or sets the name of the parameter.

Omit

Gets or sets a Boolean expression that indicates whether the parameter is skipped.

Value

Gets or sets the expression that evaluates to the value to pass for the parameter to the subreport.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Parameter object.

Extension Methods