[]
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.
public class ReportLinkTargetUrl : ReportLinkTargetBase
Name | Description |
---|---|
ReportLinkTargetUrl() | Initializes a new instance of the ReportLinkTargetUrl class. |
ReportLinkTargetUrl(string) | Initializes a new instance of the ReportLinkTargetUrl class. |
Name | Description |
---|---|
Url | Gets or sets the file or URL which will be opened using ShellExecute. |
Name | Description |
---|---|
AssignFrom(ReportLinkTargetBase) | Copies properties from another object into this object. |
ToString() |