Click or drag to resize

StiCodeDomSerializatorSerialize Method (StiReport, String, StiLanguage, Boolean)

Serializes into a code.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string Serialize(
	StiReport report,
	string name,
	StiLanguage language,
	bool saveForInheritedReports
)

Parameters

report
Type: Stimulsoft.ReportStiReport
Object for serialization.
name
Type: SystemString
Class name for formation.
language
Type: Stimulsoft.Report.CodeDomStiLanguage
Serialization language.
saveForInheritedReports
Type: SystemBoolean

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

Return Value

Type: String
Serialized code.
See Also