FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportLinkTargetScript Class
Members

In This Topic
    ReportLinkTargetScript Class
    In This Topic
    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.Win.FlexReport.ReportLinkTargetBase
          C1.Win.FlexReport.ReportLinkTargetScript

    See Also