[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeResult

ChangeResult Struct

Represents the resulting change for an interactivity action processed by IReportItem.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct ChangeResult

Constructors

Name Description
ChangeResult(ChangeType)

Initializes a new instance of the ChangeResult struct with the specified ChangeType and no-op IAction.

ChangeResult(IAction, ChangeType)

Initializes a new instance of the ChangeResult struct with the specified ChangeType and IAction.

Properties

Name Description
Action

Gets the IAction definition, if any, that should be performed. May be null.

ChangeType

Gets the type of change resulting from Process() or an event handler for a custom report item.

None

Creates a ChangeResult corresponding to no action.

Extension Methods