The XlsFilter type exposes the following members.

Constructors

  Name Description
Public method XlsFilter(Stream)
Initializes a new instance of the XlsFilter class attached to a Stream.
Public method XlsFilter(String)
Initializes a new instance of the XlsFilter class attached to a file.

Methods

  Name Description
Public method AddOutlineEntry
Called when the component renders the beginning of a report group.
(Inherited from ExportFilter.)
Public method Dispose
Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error.
(Overrides ExportFilter..::..Dispose()()()().)
Public method EndReport
Called when the component finishes rendering a report.
(Overrides ExportFilter..::..EndReport()()()().)
Public method EndSection
Called when the component finishes rendering each Section.
(Inherited from ExportFilter.)
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
(Overrides ExportFilter..::..IsPaged()()()().)
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
(Inherited from ExportFilter.)
Public method RenderField
Called when the component needs to render a report field with specific content at a specific position on the current page.
(Overrides ExportFilter..::..RenderField(Field, Rectangle, String, Image).)
Public method StartOverlays
Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.
(Inherited from ExportFilter.)
Public method StartReport
Called when the component starts rendering a report.
(Overrides ExportFilter..::..StartReport(C1Report).)
Public method StartSection
Called when the component starts rendering a section.
(Inherited from ExportFilter.)
Public method UsesImages
Returns a value that determines whether the filter uses page images.
(Overrides ExportFilter..::..UsesImages()()()().)

Properties

  Name Description
Public property DataOnly
Gets or sets a value indicating whether the exported document with data only of the original document (report).
Public property FreezePageHeader
Gets or sets a value that determines whether header sections should be frozen on the sheet.
Public property Images
Gets or sets a value that determines whether images should be exported to the Excel workbook file.
Public property OpenXml
Gets or sets whether to export the file using the OpenXml format used by Microsoft Excel 2007 and later.
Public property Shading
Gets or sets a value that determines whether cells should be shaded in the Excel workbook file.
Public property SheetName
Gets or sets the name of the worksheet to be used when saving the report into the Excel workbook file.

See Also