'Declaration Public Class ReportLinkTargetScript Inherits ReportLinkTargetBase
public class ReportLinkTargetScript : ReportLinkTargetBase
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.
'Declaration Public Class ReportLinkTargetScript Inherits ReportLinkTargetBase
public class ReportLinkTargetScript : ReportLinkTargetBase
System.Object
C1.Win.FlexReport.ReportLinkTargetBase
C1.Win.FlexReport.ReportLinkTargetScript