[]
Describes a ReportLinkTargetBase that executes a script.
When the hyperlink is clicked in a viewer, the specified script is executed and then the report is re-generated.
The script is executed when the data source is not yet open, so fields' values are unavailable.
This script can be used to change the report parameters' values, properties of the report's fields, sections and so on.
public class ReportLinkTargetScript : ReportLinkTargetBase, IScriptContextProvider
Public Class ReportLinkTargetScript
Inherits ReportLinkTargetBase
Implements IScriptContextProvider
| Name | Description |
|---|---|
| ReportLinkTargetScript() | Initializes a new instance of the ReportLinkTargetScript class. |
| Name | Description |
|---|---|
| OnNavigate | Gets or sets the script which will be executed. |
| Name | Description |
|---|---|
| AssignFrom(ReportLinkTargetBase) | Copies properties from another object into this object. |
| ToString() |