If you add a bar graph chart and set a black border for the bars, it does not work. As soon as you change it to anything but black, like #000001 it works. Is this a bug that has been fixed in the new version.
Another thing that would greatly enhance the reports is the ability to compare line graphs, ie to have 2 y-axis. Has this been added in the new 2005 version or is this up to Dundas?
Also, the preview in VS 2003 has issues. If the report has parameters and you click on the page it refreshes the report and sometime a GDI+ error comes up and you have to close and open the report. It gets irritating after while, especially with long complex reports. The preview also doesnt format like it would when its printed out in pdf, some things wont align for instance (This is after the print preview button is pressed).
Regarding "black" border: this is a known issue in report designer. It does not serialize color values if they are set to "black" (since it is the RDL default color). As you have already identified, you could use #000001, or you could use an expression ="Black".Regarding "dual y-axis": Sorry, this did not make it into the SQL Server 2005 release.
-- Robert
No comments:
Post a Comment