[]
        
(Showing Draft Content)

C1.Report.ReportLinkTargetBookmark

ReportLinkTargetBookmark Class

Describes a ReportLinkTargetBase pointing to a some position within a report or another report.

Inheritance
ReportLinkTargetBookmark
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class ReportLinkTargetBookmark : ReportLinkTargetBase, IScriptContextProvider

Constructors

Name Description
ReportLinkTargetBookmark()

Initializes a new instance of the ReportLinkTargetBookmark class.

Properties

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 FlexReport object which should be opened.

Methods

Name Description
AssignFrom(ReportLinkTargetBase)

Copies properties from another object into this object.

ToString()