Export Methods

hupo376787hupo376787 China
edited 5:01PM in FastReport .NET
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

  • hupo376787hupo376787 China
    edited 5:01PM
    Ehm, this quetion has been submit for days.

    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=":angry:" border="0" alt="mad.gif" /> Thanks,.[/img]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.