StiReportSaveToByteArray Method |
Saves a report template in the byte array.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual byte[] SaveToByteArray()
Public Overridable Function SaveToByteArray As Byte()
Return Value
Type:
ByteA byte array which contains the report template.
See Also