Reporting 'Drilldowns'

G

Gav

I think I read somewhere that if you link 2 tables together in a dataset
then a datagrid will automatically create a drill down. Is this true?

I have a system where people input data based on Company | Date | Price and
I now have to make a summary web application where it will display:

Each company with a total....
drilled down into each month summary...
drilled down futher to each transaction in that month.

Ie

+ Company 1 | £100
- Company 2 | £300
+ 04/2003 | £100
- 05/2003 | £50
01/05/2003 | Description 1 | £5
02/05/2003 | Description 2 | £10
etc....
+06/2003 | £150
+ Company 3 | £200

What do you people think, is this going to be easy to do?

Thanks all
Gav
 
J

Joe Glover

Hi Gav

The System.Windows.Forms.DataGrid control is capable of a drill down, but
I've not seen anything to suggest that the
System.Web.UI.WebControls.DataGrid can. Lets hope someone will prove me
wrong ...

Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top