PdfRpt.Export.ExportToXml.ClosingDocument C# (CSharp) Méthode

ClosingDocument() public méthode

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