Search Results for

    Show / Hide Table of Contents

    Class ReportViewerWindow

    Interaction logic for ReportEditor.xaml

    Inheritance
    System.Object
    ReportViewerWindow
    Implements
    IReportViewer
    Namespace: Simplic.Framework.Reporting.Viewer
    Assembly: Simplic.Framework.dll
    Syntax
    public class ReportViewerWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    ReportViewerWindow()

    Create report editor

    Declaration
    public ReportViewerWindow()

    Methods

    | Improve this Doc View Source

    Show(IReport)

    Show report by reportinstance in the viewer

    Declaration
    public void Show(IReport report)
    Parameters
    Type Name Description
    IReport report

    Report instance

    | Improve this Doc View Source

    ShowInExistingWindow(IReport)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowInExistingWindow(IReport report)
    Parameters
    Type Name Description
    IReport report

    Instance of a report (IReprot)

    | Improve this Doc View Source

    ShowReport(String, IList<Object>)

    Show report by report name

    Declaration
    public void ShowReport(string reportName, IList<object> parameters)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    IList<System.Object> parameters

    Parameter for the report

    | Improve this Doc View Source

    ShowReport(String, Object)

    Show report by report name

    Declaration
    public void ShowReport(string reportName, object parameter)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Object parameter

    Parameter for the report

    | Improve this Doc View Source

    ShowReportInExistingWindow(String, IList<Object>)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowReportInExistingWindow(string reportName, IList<object> parameters)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    IList<System.Object> parameters

    Paramters to fill the report

    | Improve this Doc View Source

    ShowReportInExistingWindow(String, Object)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowReportInExistingWindow(string reportName, object parameter)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Object parameter

    Paramter to fill the report

    Events

    | Improve this Doc View Source

    PrintEnd

    Print end event

    Declaration
    public event PrintEndEventHandler PrintEnd
    Event Type
    Type Description
    PrintEndEventHandler

    Implements

    IReportViewer
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx