Export to Text Format
Dear Sir,
I am using Visual Studio 2005 .NET C#...
(1)I want to export report to text file without show text preview when i click on Print Button on preview control. How?
(2)Export to Text file and set property of Frame is "Text" without show Text Preview?
(3)When I click on Print Button, Export to Text File and then text file content to print directly. How can possible?
I am using Visual Studio 2005 .NET C#...
(1)I want to export report to text file without show text preview when i click on Print Button on preview control. How?
(2)Export to Text file and set property of Frame is "Text" without show Text Preview?
(3)When I click on Print Button, Export to Text File and then text file content to print directly. How can possible?
Comments
You can use PreviewControl to make own preview window. See the following sample project: Demos\C#\CustomPreview.
However, it is not recommended way of printing. The text export output is not wysiwyg.