Search Results for

    Show / Hide Table of Contents

    Class JasperReportsImportPlugin

    Represents the JasperReports import plugin.

    Inheritance
    System.Object
    ImportPlugin
    JasperReportsImportPlugin
    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()
    ImportPlugin.LoadReport(Report, Stream)
    Namespace: FastReport.Design.ImportPlugins.JasperReports
    Assembly: FastReport.dll
    Syntax
    public class JasperReportsImportPlugin : ImportPlugin, IDesignerPlugin

    Constructors

    JasperReportsImportPlugin()

    Initializes a new instance of the JasperReportsImportPlugin class.

    Declaration
    public JasperReportsImportPlugin()

    JasperReportsImportPlugin(Designer)

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

    Declaration
    public JasperReportsImportPlugin(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, 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.