Represents an adapter for the EmptyFill export.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export.Xps.FillAdapters..::.FillAdapter
    PerpetuumSoft.Reporting.Export.Xps.FillAdapters..::.EmptyFillAdapter

See Also