Class WordWriterAdv
Exports the report in Word mode.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.ReportWriter
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class WordWriterAdv : WriterBase, IDisposable
Constructors
WordWriterAdv()
Initializes a new instance of the WordWriter class.
Declaration
public WordWriterAdv()
WordWriterAdv(Stream)
Initializes a new instance of the WordWriter class.
Declaration
public WordWriterAdv(Stream rdlStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | rdlStream | Stream of the file |
WordWriterAdv(Stream, ReportDataSourceCollection)
Initializes a new instance of the WordWriter class.
Declaration
public WordWriterAdv(Stream rdlStream, ReportDataSourceCollection reportDataSources)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | rdlStream | stream of the RDL file |
ReportDataSourceCollection | reportDataSources | Report Datasources |
WordWriterAdv(String)
Initializes a new instance of the WordWriter class.
Declaration
public WordWriterAdv(string rdlFilename)
Parameters
Type | Name | Description |
---|---|---|
System.String | rdlFilename | The full path of the file |
WordWriterAdv(String, ReportDataSourceCollection)
Initializes a new instance of the WordWriter class.
Declaration
public WordWriterAdv(string rdlFilename, ReportDataSourceCollection reportDataSources)
Parameters
Type | Name | Description |
---|---|---|
System.String | rdlFilename | The full path of the file |
ReportDataSourceCollection | reportDataSources | ReportDatasource |
Methods
Dispose()
Disposes all the unmanaged objects, releases common resources.
Declaration
public void Dispose()
Save(Stream)
Exports the Report as Word file
Declaration
public void Save(Stream docStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | docStream | Stream to save the Report |
Implements
System.IDisposable