Registers new adapter.

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

Syntax

C#
public static PdfAdapter CreateAdapter(
	ReportControl control
)
Visual Basic (Declaration)
Public Shared Function CreateAdapter ( _
	control As ReportControl _
) As PdfAdapter
Visual C++
public:
static PdfAdapter^ CreateAdapter(
	ReportControl^ control
)

See Also