PdfRpt.Export.ExportToXml.ClosingDocument C# (CSharp) Method

ClosingDocument() public method

Fires before closing the document
public ClosingDocument ( ) : byte[]
return byte[]
        public byte[] ClosingDocument()
        {
            closeWriter();
            return _memoryStream.ToArray();
        }