function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
| Team-Fly | |
| Special Edition Using Microsoft® Visual Basic® .NET By Brian Siler, Jeff Spotts
| Table of Contents | | Chapter 23. Creating and Using Reports |
From Here… This chapter covered two different ways of implementing reporting in your Visual Basic applications. To learn more about related topics, please read the following chapters: For a primer on writing SQL queries and stored procedures, see Chapter 20. To learn more about retrieving data with ADO.NET, see Chapter 22. For information on using the Web viewer for Crystal Reports, see Chapter 19. |
| Team-Fly | |
|
| |
|