Search Results for

    Show / Hide Table of Contents

    Class RDLImport

    Represents the RDL import plugin.

    Inheritance
    System.Object
    ImportBase
    RDLImport
    Inherited Members
    ImportBase.Name
    ImportBase.Report
    Namespace: FastReport.Import.RDL
    Assembly: FastReport.Base.dll
    Syntax
    public class RDLImport : ImportBase

    Constructors

    RDLImport()

    Initializes a new instance of the RDLImport class.

    Declaration
    public RDLImport()

    Methods

    LoadReport(Report, Stream)

    Loads the specified file into specified report from stream.

    Declaration
    public override void LoadReport(Report report, Stream content)
    Parameters
    Type Name Description
    Report report

    Report object

    System.IO.Stream content

    File stream

    Overrides
    ImportBase.LoadReport(Report, Stream)

    LoadReport(Report, String)

    Loads the specified file into specified report.

    Declaration
    public override void LoadReport(Report report, string filename)
    Parameters
    Type Name Description
    Report report

    Report object.

    System.String filename

    File name.

    Overrides
    ImportBase.LoadReport(Report, String)
    Back to top © 1998-2025 Copyright Fast Reports Inc.