C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportLinkTargetScript Class
Members

ReportLinkTargetScript Class
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.

Object Model
ReportLinkTargetScript Class
Syntax
'Declaration
 
Public Class ReportLinkTargetScript 
   Inherits ReportLinkTargetBase
 
Inheritance Hierarchy

System.Object
   C1.WPF.FlexReport.ReportLinkTargetBase
      C1.WPF.FlexReport.ReportLinkTargetScript

See Also