Limit this search to....

Visual Basic, SQL Client, Rdl and Rdlc Report Creator: A flawless victory in Visual Studio 64-bit!
Contributor(s): Edwards, Richard Thomas (Author)
ISBN:     ISBN-13: 9798527495966
Publisher: Independently Published
OUR PRICE:   $14.20  
Product Type: Paperback
Published: June 2021
Qty:
Additional Information
BISAC Categories:
- Computers | Desktop Applications - Databases
Physical Information: 0.21" H x 6" W x 9" (0.32 lbs) 102 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This book is about using Visual Studio - from 2017 to 2022 - to create a program that uses SQL Client to connect to SQL Server. It then displays tables and view from the selected database, allows for very complex queries - Inner joins and so forth - that can then be run and the results displayed in a DataGridView.
Once the information is displayed in the DataGridView, the code shows you how to create RDL and RDLC Reports with or without grid-lines. You can also click on a table or a view and do the same with those tables and you can select fields to create a simple but robust custom query. And you can create RDL and RDLC Reports from the custom query.
Additional functionality has been added to this program through its stored procedure form which allows you to Create, Alter and Dropp Stored Procedures. When a Stored Procedure gets executed, it once again populated the DataGridView and that enables the context menu so you can create RDL and RDLC Reports with or without grid-lines and view them immediately.