Class DevExpressImport
Represents the DevExpess import plugin.
Namespace: FastReport.Import.DevExpress
Assembly: FastReport.dll
Syntax
public class DevExpressImport : ImportBase
  Constructors
DevExpressImport()
Initializes a new instance of the DevExpressImport class.
Declaration
public DevExpressImport()
  Methods
LoadReport(Report, Stream)
Loads the specified file into specified report from stream.
Declaration
public override void LoadReport(Report report, Stream content)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Report | report | Report object  | 
      
| System.IO.Stream | content | File 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.  |