Search Results for

    Show / Hide Table of Contents

    Class FR3ExportPlugin

    Represents the FR3 export plugin.

    Inheritance
    System.Object
    ExportPlugin
    FR3ExportPlugin
    Implements
    IDesignerPlugin
    Inherited Members
    ExportPlugin.Name
    ExportPlugin.Filter
    ExportPlugin.Designer
    ExportPlugin.Report
    ExportPlugin.PluginName
    ExportPlugin.SaveState()
    ExportPlugin.RestoreState()
    ExportPlugin.SelectionChanged()
    ExportPlugin.UpdateContent()
    ExportPlugin.Lock()
    ExportPlugin.Unlock()
    ExportPlugin.Localize()
    ExportPlugin.GetOptionsPage()
    ExportPlugin.UpdateUIStyle()
    ExportPlugin.UpdateDpiDependencies()
    Namespace: FastReport.Design.ExportPlugins.FR3
    Assembly: FastReport.dll
    Syntax
    public class FR3ExportPlugin : ExportPlugin, IDesignerPlugin

    Constructors

    FR3ExportPlugin()

    Initializes a new instance of the FR3ExportPlugin class.

    Declaration
    public FR3ExportPlugin()

    FR3ExportPlugin(Designer)

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

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

    The report designer.

    Methods

    GetFilter()

    Returns a file filter for a save dialog.

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

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

    Overrides
    ExportPlugin.GetFilter()

    SaveReport(Report, String)

    Saves the specified report into specified file.

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

    Report object.

    System.String filename

    File name.

    Overrides
    ExportPlugin.SaveReport(Report, String)

    Implements

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