[]
        
(Showing Draft Content)

C1.WPF.Report.ReportLinkTargetScript

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.

Inheritance
ReportLinkTargetScript
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class ReportLinkTargetScript : ReportLinkTargetBase

Constructors

Name Description
ReportLinkTargetScript()

Initializes a new instance of the ReportLinkTargetScript class.

Properties

Name Description
OnNavigate

Gets or sets the script which will be executed.

Methods

Name Description
AssignFrom(ReportLinkTargetBase)

Copies properties from another object into this object.

ToString()