ComponentOne FlexReport for UWP
ReportLinkTargetScript Class
Members 

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace : 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
public class ReportLinkTargetScript : ReportLinkTargetBase 
Inheritance Hierarchy

System.Object
   C1.Xaml.FlexReport.ReportLinkTargetBase
      C1.Xaml.FlexReport.ReportLinkTargetScript

See Also

Reference

ReportLinkTargetScript Members
C1.Xaml.FlexReport Namespace