Represents an export filter to XPS format.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Reporting.Export..::.ExportFilter
        PerpetuumSoft.Reporting.Export.Xps..::.XpsExportFilter

See Also