Click or drag to resize

StiRichTextGetRtfFromSource Method

Returns the rtf being get as a result of rendering.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string GetRtfFromSource(
	string dataUrlValue,
	string dataColumn
)

Parameters

dataUrlValue
Type: SystemString

[Missing <param name="dataUrlValue"/> documentation for "M:Stimulsoft.Report.Components.StiRichText.GetRtfFromSource(System.String,System.String)"]

dataColumn
Type: SystemString

[Missing <param name="dataColumn"/> documentation for "M:Stimulsoft.Report.Components.StiRichText.GetRtfFromSource(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiRichText.GetRtfFromSource(System.String,System.String)"]

See Also