Gets adapter for the set report element.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also