Click or drag to resize

StiCodeDomSerializatorReplaceSymbols Method (String, Boolean, StiReport)

Replaces impossible symbols in the string on the symbol '_'.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ReplaceSymbols(
	string str,
	bool checkKeywords,
	StiReport report
)

Parameters

str
Type: SystemString
String to change.
checkKeywords
Type: SystemBoolean

[Missing <param name="checkKeywords"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.ReplaceSymbols(System.String,System.Boolean,Stimulsoft.Report.StiReport)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.ReplaceSymbols(System.String,System.Boolean,Stimulsoft.Report.StiReport)"]

Return Value

Type: String
Changed string.
See Also