PdfRpt.Export.ExportToCsv.ClosingDocument C# (CSharp) 메소드

ClosingDocument() 공개 메소드

Fires before closing the document
public ClosingDocument ( ) : byte[]
리턴 byte[]
        public byte[] ClosingDocument()
        {
            return Encoding.UTF8.GetBytes(_sb.ToString());
        }