Change the Paper Orientation and Size WinGridDocumentExporter™ allows you to change the paper orientation from portrait (default) to landscape with the TargetPaperOrientation property. This property is useful if your WinGrid™ would fit better in a landscape orientation or if your report is already in landscape ori...
Export WinGrid Asynchronously The WinGridDocumentExporter™ component enables you to asynchronously export your entire WinGrid™ directly into a PDF or XML Paper Specification (XPS) document (depending on the GridExportFileFormat enumeration used). You do this by calling the ExportAsync method of the UltraGridDocume...
Export WinGrid to a New PDF Document The WinGridDocumentExporter™ component enables you to export your entire WinGrid™ directly into a PDF or XML Paper Specification (XPS) document (depending on the GridExportFileFormat property). You can accomplish this by simply calling the Export method off the UltraGridDocumen...
Export WinGrid to an Existing Report Using the WinGridDocumentExporter™ component, you can export your WinGrid™ to a PDF or XML Paper Specification (XPS) document. This document, known as a Report while still in memory, can consist of several Sections , all created at run time by the Infragistics Document Engine™....
Modifying WinGrid’s Layout Before Exporting to a PDF Document Before You Begin It is highly unlikely that your grid will be in perfect form for a printable document such as a PDF file. Because of this, WinGridDocumentExporter™ has an expansive Event model to give you as much control as possible over converting you...
New WinGridDocumentExporter Component The 2007 Volume 2 release marks the inception of the Infragistics Document Engine™. This unique code library allows you to create entire, custom-made reports in PDF or XML Paper Specification (XPS) format using its intuitive document object model. Borrowing this functionality,...
WinGridDocumentExporter Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings t...
WinGridDocumentExporter Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and ea...
Understanding WinGridDocumentExporter This is a great place for you to start learning about the WinGridDocumentExporter™ component, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinGridDocumentExporter in your applications. Click the l...
Use a File Buffer When Exporting When exporting WinGrid™ to a PDF or XML Paper Specification (XPS) document, WinGridDocumentExporter™ stores images in a file buffer rather than in main memory. This alternate method of storage is useful if your system has limited RAM or requires the full use of its RAM on a regular...