Export Methods
hupo376787
China
private void ExportToWord(Report rpt, string str_file_name, bool wysiwyg)
        {
            Word2007Export word = new Word2007Export();
            word.Wysiwyg = wysiwyg;
            word.Export(rpt, str_file_name);
            //rpt.Export(word, str_file_name);
        }
Hi, guys, what's the difference with the last two lines?
Thanks.
Comments
I want to know whether there is a admin here to solve our problems? [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> Thanks,.[/img]