Class ReportPage.PageLink
Represents a link to page from another report.
Inheritance
System.Object
ReportPage.PageLink
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class PageLink
Constructors
PageLink(ReportPage)
Initializes a new instance of ReportPage.PageLink class.
Declaration
public PageLink(ReportPage page)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportPage | page | The report page. |
Properties
IsInherit
Determines if the page is inherited.
Declaration
public bool IsInherit { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PageName
Get or set name of linked page.
Declaration
public string PageName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReportPath
Get or set path to report file.
Declaration
public string ReportPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SaveNames
Gets or sets a value indicating whether need save original name of objects.
Declaration
public bool SaveNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |