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
)
Public Function Serialize (
report As StiReport,
name As String,
language As StiLanguage,
saveForInheritedReports As Boolean
) As String
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:
StringSerialized code.
See Also