Class StimulSoftImport
Represents the StimulSoft import plugin.
Namespace: FastReport.Import.StimulSoft
Assembly: FastReport.Base.dll
Syntax
public class StimulSoftImport : ImportBase
Constructors
StimulSoftImport()
Initializes a new instance of the StimulSoftImport class.
Declaration
public StimulSoftImport()
Methods
LoadReport(Report, Stream)
Loads the specified file into specified report from stream.
Declaration
public override void LoadReport(Report report, Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Report | report | Report object |
System.IO.Stream | stream |
Overrides
LoadReport(Report, String)
Loads the specified file into specified report.
Declaration
public override void LoadReport(Report report, string filename)
Parameters
Type | Name | Description |
---|---|---|
Report | report | Report object. |
System.String | filename | File name. |