[]
Represents the resulting change for an interactivity action processed by IReportItem.
public struct ChangeResult
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. |
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. |