This is the third post (first, second) in another collection of posts that have links to the different objectives covered in the 70-505 exam.
Implementing Printing and Reporting Functionality in a Windows Forms Application (11%)
- Manage the print process by using print dialogs
 - Configure print options at run time
 - Change printers attached to a user’s computer
 - Configure the PrintPreviewDialog control
 - Set page details for printing by using the PageSetupDialog
 - Construct print documents
 - Configure the PrintDocument component
 - Print a text document in a Windows form
 - Print graphics in a Windows form
 - Print a document by using the PrintDialog component
 - Alert users to the completion of a print job
 - Enable security features for printing in a Windows Forms application
 - Create a customized PrintPreview component
 - Setting the Document property to establish the document to be previewed
 - Set Columns and Row properties
 - Set the UseAntiAlias property for smoother text
 - Configure zoom settings
 - Set StartPage property
 - Add custom methods and events to a PrintPreview control
 
You can also find some information on preparing for your exams here, in the actual exam for 70-505. Also errata for the MS Press training kit
No comments:
Post a Comment