Hi,
I would like to know if Smartlabels for radchart can be cusomized and how.
In the image attcehd with the post, i would like to have backgoround of the lables as trasparent (Currently it is showing the color of the bar as the backgoround color of the labels) and the label's text in black bolor (which is white in the image). I m using smartlabels precisely to avoid overlapping of the lables on one another.
Any help/work-around would be greatly appreciated.
Thanks in advance.
I have a report that uses ObjectDataSources, and is displayed in an ASP.Net application.
The report shows a list of objects, and there is a sub report for each object.
The datasource method for the sub report retrieves 2 lists (List A and List B) from the database, and converts the 2 lists into 1 list (which is returned as the datasource of the sub report) List A is specific to each sub report, but List B will be the same for every sub report.
For better performance, is there a way to only retrieve List B once, and somehow pass it the sub report's datasource method, so it doesn't have to retrieve it for every sub report?
My first thought is to store List B in a static variable - but since the report is in an ASP.Net application, the variable would be shared between all sessions correct? (List B will be different for different clients)
Is there any solution for this senario? Let me know if you need me to explain it better.
Thanks,
Justin