Tagged Questions
1
vote
0answers
137 views
Why are SSRS (+Dundas) 2008 reports exported as PDF bigger than 2005?
We are creating large reports in SSRS 2008 (with Dundas) that when exported to PDF, are coming out with a file size of about 4.5MB. The same reports in 2005 came out at just under 1MB.
Is there ...
1
vote
1answer
516 views
SSRS Dundas Custom Code Not Executing
I have a Dundas chart being used in a SSRS Report with some custom code in the PostInitilize Event that looks something like this:
foreach(CustomLabel curLabel in ...
1
vote
1answer
11k views
Cell Format Strings for Reporting Services/Dundas Charts
Reporting services use format strings to auto format cell data. For example "c2" formats a cell to be displayed as currency with a decimal precision of 2.
Does anyone know where I'd find a ...
0
votes
0answers
8 views
Formula in Dundas Chart in SSRS not doing anything
I have a Dundas Chart Control in an SSRS Report
When I select a formula for a line chart e.g. Bollinger Bands, Simple Moving Average, Rate of Change
it doesn't do anything to the data, the line ...
0
votes
1answer
38 views
How to create 'up-down' bars in SSRS?
In Excel, you can create up-down bars, where the bar appears 'above' or 'below' some other value, with +ve and -ve being different colours
see here for an example: ...