[]
Describes a ReportLinkTargetBase pointing to a some position within a report or another report.
public class ReportLinkTargetBookmark : ReportLinkTargetBase
| Name | Description |
|---|---|
| ReportLinkTargetBookmark() | Initializes a new instance of the ReportLinkTargetBookmark class. |
| Name | Description |
|---|---|
| Bookmark | Gets or sets a ScriptStringValue yielding the bookmark in the current report. (To associate a bookmark with an object, use the object's Bookmark property.) |
| ParameterValues | Gets the ReportParameterValues collection containing the list of named values that will be assigned to the parameters of the report. |
| Report | Gets or sets a reference to C1FlexReport object which should be opened. |
| Name | Description |
|---|---|
| AssignFrom(ReportLinkTargetBase) | Copies properties from another object into this object. |
| ToString() |