[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ApplyParametersAction

ApplyParametersAction Class

Represents an element that defines an Apply Parameters action associated with an Action.

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

Constructors

Name Description
ApplyParametersAction()

Initializes a new instance of the ApplyParametersAction class.

Properties

Name Description
Parameters

Gets the collection of parameters to be applied within this action.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ApplyParametersAction object.

Extension Methods