Represent adapter for report control.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export.Rtf.Adapters..::.RtfAdapter
    PerpetuumSoft.Reporting.Export.Rtf.Adapters..::.ReportControlRtfAdapter
      PerpetuumSoft.Reporting.Export.Rtf.Adapters..::.BoxRtfAdapter

See Also