MK
Hi,
i have a problem.
I want to export some informations from a diagramm to an excel.
This is no problem but i don´t know how to create new rider in excel.
I have two kinds of informations (for example actions and events) and i want to wirte the informations about the actions in the excel rider one and the informations about the events in another rider.
How could i do this?
Hi Matthias,
what I need to know is: are you creating a report by scripting or using the WYSIWYG editor?
By scripting you can solve the problem in the following way:
for(var i= 0; i<2; i++){ oOut.BeginTable(100, Constants.C_BLACK, Constants.C_TRANSPARENT, Constants.FMT_LEFT, 0); //.... oOut.EndTable("Test"+i, 100, "Arial", 10, Constants.C_BLACK, Constants.C_TRANSPARENT, 0, Constants.FMT_LEFT | Constants.FMT_VTOP, 0); }
Regards
Eva