StiReportSavePackedReportToByteArray Method |
Saves a packed 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[] SavePackedReportToByteArray()
Public Overridable Function SavePackedReportToByteArray As Byte()
Return Value
Type:
ByteA new byte array containing the packed report template.
See Also