Because of several reasons i have to set the query statement of a report
dynamically. Does anybody know if that is possible just before rendering
a report? I use the web Services interface for accessing the reports.
thanks for any suggestions
Markus...
more >>
I am rendering reports programmatically using the rs.Render Web Service
method and I am experiencing some really undesireable behavior.
If I run a given report twice in a row using DIFFERENT parameters, the
first HTML result byte[] is being returned for BOTH report requests.
I have verified ...
more >>
Hi,
I have a LINE chart with 2 data fields, and 1 category field.
I havent included any series field in the chart.
If the query returns more than 1 records then both the data field values are
getting plotted in the graph.
If the query returns only one record then only the first data poin...
more >>