Class ExcelWriterAdv
Exports the Report in Excel mode
Inherited Members
Namespace: Syncfusion.ReportWriter
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ExcelWriterAdv : WriterBase
Constructors
ExcelWriterAdv()
Initializes a new instance of the ExcelWriterAdv class.
Declaration
public ExcelWriterAdv()
ExcelWriterAdv(Stream)
Initializes a new instance of the ExcelWriterAdv class.
Declaration
public ExcelWriterAdv(Stream rdlStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | rdlStream |
ExcelWriterAdv(Stream, ReportDataSourceCollection)
Initializes a new instance of the ExcelWriterAdv class.
Declaration
public ExcelWriterAdv(Stream rdlStream, ReportDataSourceCollection reportDataSources)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | rdlStream | |
ReportDataSourceCollection | reportDataSources |
ExcelWriterAdv(String)
Initializes a new instance of the ExcelWriterAdv class.
Declaration
public ExcelWriterAdv(string rdlFilename)
Parameters
Type | Name | Description |
---|---|---|
System.String | rdlFilename | The filename of the report with its full path |
ExcelWriterAdv(String, ReportDataSourceCollection)
Initializes a new instance of the ExcelWriterAdv class.
Declaration
public ExcelWriterAdv(string rdlFilename, ReportDataSourceCollection reportDataSources)
Parameters
Type | Name | Description |
---|---|---|
System.String | rdlFilename | The filename of the report with its full path |
ReportDataSourceCollection | reportDataSources | DataSource of the Report |
Methods
Dispose()
Declaration
public void Dispose()
Save(Stream)
Exports the report as a Excel document
Declaration
public void Save(Stream excelStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | excelStream |