Search Results for

    Show / Hide Table of Contents

    Class ReportPage.PageLink

    Inheritance
    System.Object
    ReportPage.PageLink
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class PageLink

    Constructors

    PageLink(ReportPage)

    Declaration
    public PageLink(ReportPage page)
    Parameters
    Type Name Description
    ReportPage page

    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
    Type Name Description
    FRWriter writer
    System.String prefix
    ReportPage.PageLink c
    Back to top © 1998-2025 Copyright Fast Reports Inc.