hi can any one pls help me to know how data report designer works any tutorials.
thanks
Printable View
hi can any one pls help me to know how data report designer works any tutorials.
thanks
Try playing with it and if you encounter any problem/difficulty then post it here...
Amit, first add dataenvironment in your project. To add right mouse click on Project - Add - More ActiveX Designers - Dataenvironment. Then go to Dataenvironment and on right mouse click add connection. set the property of that connection to your database. If You are MS - Access 2000 or xp then Jet 4.0 Engine will work. Then right mouse click on Connection and add a command. Go to the properties of command by right mouse click and in connection specify the connection name. Then come back to your project and add datareport. It will get added in Dataenvironment. Make your Datareport through given tools.
Run the datareport through any button using following code ---
datareport1.show
Moved to reporting section.