Represents excel export filter.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public class ExcelXmlExportFilter : ExportFilter
Visual Basic (Declaration)
Public Class ExcelXmlExportFilter _
	Inherits ExportFilter
Visual C++
public ref class ExcelXmlExportFilter : public ExportFilter

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Reporting.Export..::.ExportFilter
        PerpetuumSoft.Reporting.Export.ExcelXml..::.ExcelXmlExportFilter

See Also