[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportLinkTargetUrl

ReportLinkTargetUrl Class

Describes a ReportLinkTargetBase pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.

Inheritance
ReportLinkTargetUrl
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ReportLinkTargetUrl : ReportLinkTargetBase

Constructors

Name Description
ReportLinkTargetUrl()

Initializes a new instance of the ReportLinkTargetUrl class.

ReportLinkTargetUrl(string)

Initializes a new instance of the ReportLinkTargetUrl class.

Properties

Name Description
Url

Gets or sets the file or URL which will be opened using ShellExecute.

Methods

Name Description
AssignFrom(ReportLinkTargetBase)

Copies properties from another object into this object.

ToString()