Databases Reference
In-Depth Information
13. Click on Next . Note that we have chosen only a few items, as we are trying
to fashion the following query to use in the report:
Select SalesOrderID, sum(orderqty) as Orders, Sum(LineTotal) as
Total
from Sales.SalesOrderDetail
where Orderqty > 25
group by SalesOrderID
The Choose the layout page of Report Wizard will be displayed:
14. Accept the default arrangement and click on Next .
The Choose a Style window will appear.
15. Choose Mahogany . Click on Next .
16. Click on Finish .
The Visual Studio user interface will be displayed with the Windows
Forms application we chose earlier, updated, as follows:
 
Search WWH ::




Custom Search