Search Results for

    Show / Hide Table of Contents

    Class ReportEditor

    Interaction logic for ReportEditor.xaml

    Inheritance
    System.Object
    ReportEditor
    Namespace: Simplic.Framework.Reporting.Editor
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class ReportEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    ReportEditor()

    Create report editor

    Declaration
    public ReportEditor()

    Methods

    | Improve this Doc View Source

    New<T>(T)

    Create new report

    Declaration
    public void New<T>(T configuration)
        where T : IReportConfiguration
    Parameters
    Type Name Description
    T configuration

    Initial model

    Type Parameters
    Name Description
    T

    Type of the report

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete the current report

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Open page (data) and load ui

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save the current report

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    | Improve this Doc View Source

    Save()

    Save report information

    Declaration
    public void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx