If you are using the PrintPreviewControl and what the page displayed to be refreshed with a new document, you must call the PrintPreviewControl.InvalidatePreview method. In 1.1 this did it automatically everytime a document was set, but now you have to do it manually, thats progress for you!
StatementPrintPreviewControl.Document = aDocument
StatementPrintPreviewControl.InvalidatePreview()