PdfRpt.Export.ExportToXml.ExportToXml C# (CSharp) 메소드

ExportToXml() 공개 메소드

ctor.
public ExportToXml ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public ExportToXml()
        {
            _memoryStream = new MemoryStream();
        }