StiCodeDomSerializatorSerialize Method (StiReport, String, StiLanguage) |
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
)
Public Function Serialize (
report As StiReport,
name As String,
language As StiLanguage
) As String
Parameters
- report
- Type: Stimulsoft.ReportStiReport
Object for serialization. - name
- Type: SystemString
Class name for formation. - language
- Type: Stimulsoft.Report.CodeDomStiLanguage
Serialization language.
Return Value
Type:
StringSerialized code.
See Also