ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / XlsFilter Class
Properties Methods

In This Topic
    XlsFilter Class Members
    In This Topic

    The following tables list the members exposed by XlsFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the Excel workbook file should only include the report's data and ignore formatting.  
    Public PropertyGets or sets a value that determines whether header sections should be frozen on the sheet.  
    Public PropertyGets or sets a value that determines whether images should be exported to the Excel workbook file.  
    Public PropertyGets or sets whether to export the file using the OpenXml format used by Microsoft Excel 2007 and later.  
    Public PropertyGets or sets a value that determines whether cells should be shaded in the Excel workbook file.  
    Public PropertyGets or sets the name of the worksheet to be used when saving the report into the Excel workbook file.  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error.  
    Public MethodOverridden. Called when the component finishes rendering a report.  
    Public MethodCalled when the component finishes rendering each Section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Determines whether this filter generates single or multi-page reports.  
    Public MethodCalled after each page break on paged reports (see the IsPaged property). (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component needs to render a report field with specific content at a specific position on the current page.  
    Public MethodCalled after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component starts rendering a report.  
    Public MethodCalled when the component starts rendering a section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Returns a value that determines whether the filter uses page images.  
    Top
    See Also