Class ReportViewerWindow
Interaction logic for ReportEditor.xaml
Inherited Members
Namespace: Simplic.Framework.Reporting.Viewer
Assembly: Simplic.Framework.dll
Syntax
public class ReportViewerWindow : DefaultRibbonWindow, IReportViewer
Constructors
| Improve this Doc View SourceReportViewerWindow()
Create report editor
Declaration
public ReportViewerWindow()
Methods
| Improve this Doc View SourceShow(IReport)
Show report by reportinstance in the viewer
Declaration
public void Show(IReport report)
Parameters
Type | Name | Description |
---|---|---|
IReport | report | Report instance |
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) |
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 |
System.Collections.Generic.IList<System.Object> | parameters | Parameter for the report |
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 |
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 |
System.Collections.Generic.IList<System.Object> | parameters | Paramters to fill the report |
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 SourcePrintEnd
Print end event
Declaration
public event PrintEndEventHandler PrintEnd
Event Type
Type | Description |
---|---|
PrintEndEventHandler |
Implements
ISaveableLayout
IFocusableControlBase