[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Action

Action Class

Represents an Action element defines a Hyperlink, Bookmark link, Drillthrough or ApplyParameters action associated with a ReportItem.

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

An Action must have one and only one of the following properties: Hyperlink, BookmarkLink, Drillthrough or ApplyParameters.

Constructors

Name Description
Action()

Initializes a new instance of the Action class.

Properties

Name Description
ApplyParameters

Gets an apply parameters action settings that is executed by clicking the report item.

Gets or sets an expression that evaluates to the ID of a bookmark within the report to which to navigate when the report item is clicked.

Drillthrough

Gets or sets a drillthrough report that is executed by clicking the hyperlink.

Gets or sets an expression that evaluates to the URL of the hyperlink.

Slice

Gets or sets a slice action information.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Action object.

Extension Methods