Gets the static registered instance of field-based RTF export provider for C1.C1Report.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ObsoleteAttribute("Use ReportRTFExportProvider instead.")]
public static ReportRTFLabelsExportProvider ReportRTFLabelsExportProvider { get; }
Visual Basic
<ObsoleteAttribute("Use ReportRTFExportProvider instead.")> _
Public Shared ReadOnly Property ReportRTFLabelsExportProvider As ReportRTFLabelsExportProvider
	Get

See Also