Class ReportPage.PageLink
Inheritance
System.Object
ReportPage.PageLink
Assembly: FastReport.Base.dll
Syntax
Constructors
PageLink(ReportPage)
Declaration
public PageLink(ReportPage page)
Parameters
Properties
IsInherit
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 |
|
Methods
Deserialize(FRReader, String)
Declaration
public void Deserialize(FRReader reader, string prefix)
Parameters
Type |
Name |
Description |
FRReader |
reader |
|
System.String |
prefix |
|
Serialize(FRWriter, String, ReportPage.PageLink)
Declaration
public void Serialize(FRWriter writer, string prefix, ReportPage.PageLink c)
Parameters