Returns an adapter.

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

Syntax

C#
public XpsAdapter GetAdapter(
	ReportControl control
)
Visual Basic (Declaration)
Public Function GetAdapter ( _
	control As ReportControl _
) As XpsAdapter
Visual C++
public:
XpsAdapter^ GetAdapter(
	ReportControl^ control
)

See Also