StiReportSaveDocumentToByteArray Method |
Saves a 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[] SaveDocumentToByteArray()
Public Overridable Function SaveDocumentToByteArray As Byte()
Return Value
Type:
ByteReturns a byte array which contains a rendered report.
See Also