Click or drag to resize

StiStimulsoftServerResourceGetRichText Method

Gets the rich-text with specified key from the Stimulsoft Reports.Server.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetRichText(
	StiRichText component,
	string key
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiRichText

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

key
Type: SystemString

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

Return Value

Type: String

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

See Also