Hi,
I have printing problem that i don't know how to solve... I have to
print table with data from database but the problem is that i cannot
make template for printing out a report because number of columns in
table is never the same and it depends about what user chose...
for example: DATA IN DB
Data{
ProcessID;
ComponentID;
DateTime;
Value;
}
there is around 20 different components for each process... (And
number of columns depends about that which components from that
process i Chose to be in table)
>>and output (printing table) should look like this:
Table For {procesID}
Table Header:
Col1:DateTime; Col2:componentID ;Col2:ComponentID;
Col3:ComponentID; .... ; ColN:ComponentID ; ColN+1:AVG
TableDAta Row1
12.05.2010 13:31 ; 25 ; 27; 35; .... ; -40; AVGOF thisrowValues
.
.
.
.
And so on for all time readings for that process
>>
So how to make report template or some dataset for something like
this, if you don't know how manyx columns wil be in table until user
choses them (this is WInForm App)
Thank you very much for answer
if you don't understand please let me know ill make picture then and
post it here
Thanks very much for any help