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

ExportToXml() public method

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