Interface IReportViewer
Base report interface. Must be implemented for all report viewers
Namespace: Simplic.Reporting
Assembly: Simplic.Reporting.dll
Syntax
public interface IReportViewer
Methods
| Improve this Doc View SourceShow(IReport)
Show report in the viewer
Declaration
void Show(IReport report)
Parameters
Type | Name | Description |
---|---|---|
IReport | report | Instance of a report |