Default constructor for ReportControlPdfAdapter.

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

Syntax

C#
public ReportControlPdfAdapter(
	ReportControl control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ReportControl _
)
Visual C++
public:
ReportControlPdfAdapter(
	ReportControl^ control
)

See Also