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