Datagrid or Table Control for my crazy report ?

A

ajaymehra

Hi,
Im trying to create a "MS Project > Resource Usage" type o
application report. The manager will see his resources work hour
distributed along a default time period (say 1 month). He then has th
option to zoom in or zoom out of this timescale. So, say he clicks o
the "zoom in" button, the timescale should change from months to weeks
If he clicks zoom in again - it should change to days. Zoom out will d
the opposite.
Of course, to accomplish this, I need to create the timescale an
get the data dynamically.
Currently I am creating a table control dynamically and changin
the timescale - but its a lot of code.

* What is the best method to do this ?
* Should I use a table control and dynamically draw rows and cells i
it, or should I use a datagrid ?
* Any other ideas would be much appreciated.

Thanks,
A

ajaymehr
 
A

ajaymehra

Ive tried both datagrid and table control.
They both have their limitations.
any suggestions ????
*Hi,
Im trying to create a "MS Project > Resource Usage" type o
application report. The manager will see his resources work hour
distributed along a default time period (say 1 month). He then ha
the option to zoom in or zoom out of this timescale. So, say h
clicks on the "zoom in" button, the timescale should change fro
months to weeks. If he clicks zoom in again - it should change t
days. Zoom out will do the opposite.
Of course, to accomplish this, I need to create the timescale an
get the data dynamically.

* What is the best method to do this ?
* Should I use a table control and dynamically draw rows and cells i
it, or should I use a datagrid ?
* Any other ideas would be much appreciated.

Thanks,
AJ

ajaymehr
 

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