Search Results for

    Show / Hide Table of Contents

    Class RDLImportPlugin

    Represents the RDL import plugin.

    Inheritance
    System.Object
    ImportPlugin
    RDLImportPlugin
    Implements
    IDesignerPlugin
    Inherited Members
    ImportPlugin.Name
    ImportPlugin.Filter
    ImportPlugin.Designer
    ImportPlugin.Report
    ImportPlugin.PluginName
    ImportPlugin.Import
    ImportPlugin.SaveState()
    ImportPlugin.RestoreState()
    ImportPlugin.SelectionChanged()
    ImportPlugin.UpdateContent()
    ImportPlugin.Lock()
    ImportPlugin.Unlock()
    ImportPlugin.Localize()
    ImportPlugin.GetOptionsPage()
    ImportPlugin.UpdateUIStyle()
    ImportPlugin.UpdateDpiDependencies()
    Namespace: FastReport.Design.ImportPlugins.RDL
    Assembly: FastReport.dll
    Syntax
    public class RDLImportPlugin : ImportPlugin, IDesignerPlugin

    Constructors

    RDLImportPlugin()

    Initializes a new instance of the RDLImportPlugin class.

    Declaration
    public RDLImportPlugin()

    RDLImportPlugin(Designer)

    Initializes a new instance of the RDLImportPlugin class with a specified designer.

    Declaration
    public RDLImportPlugin(Designer designer)
    Parameters
    Type Name Description
    Designer designer

    The report designer.

    Methods

    GetFilter()

    Returns a file filter for a open dialog.

    Declaration
    protected override string GetFilter()
    Returns
    Type Description
    System.String

    String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp"

    Overrides
    ImportPlugin.GetFilter()

    LoadReport(Report, Stream)

    Declaration
    public override void LoadReport(Report report, Stream content)
    Parameters
    Type Name Description
    Report report
    System.IO.Stream content
    Overrides
    ImportPlugin.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
    ImportPlugin.LoadReport(Report, String)

    Implements

    IDesignerPlugin
    Back to top © 1998-2025 Copyright Fast Reports Inc.