I want to add a horizontal bar chart to each line of my results:
Question Choice Percentage Chart
1 Yes %75 |||||||||| |
2 No %25 |||| |
Is there a way to do this in SQL Server Reporting Services?
BrandonYou could write custom function to generate bitmap image.
Email me if you want an example
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Brandon Tyler" <tyler_brandon[NOSPAMO]@.hotmail.com> wrote in message
news:%23ZVseeDGFHA.1044@.TK2MSFTNGP14.phx.gbl...
>I want to add a horizontal bar chart to each line of my results:
> Question Choice Percentage Chart
> 1 Yes %75 |||||||||| |
> 2 No %25 |||| |
> Is there a way to do this in SQL Server Reporting Services?
> Brandon
>|||You could do it with charts: add a table and a table group based on Question
/ Choice and drop a chart into the group *header*.
Though, Lev's suggestion is in many cases better from a performance point of
view, etc.
-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.
"Lev Semenets [MSFT]" <levs@.microsoft.com> wrote in message
news:ufj20qGGFHA.3648@.TK2MSFTNGP09.phx.gbl...
> You could write custom function to generate bitmap image.
> Email me if you want an example
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Brandon Tyler" <tyler_brandon[NOSPAMO]@.hotmail.com> wrote in message
> news:%23ZVseeDGFHA.1044@.TK2MSFTNGP14.phx.gbl...
>>I want to add a horizontal bar chart to each line of my results:
>> Question Choice Percentage Chart
>> 1 Yes %75 |||||||||| |
>> 2 No %25 |||| |
>> Is there a way to do this in SQL Server Reporting Services?
>> Brandon
>>
>|||Lev,
I am interested in that code! How do I get hold of it? I do not have email
address for you. Mine is wiseteufel[AT]yahoo.com. Thanks in advance.
--
Message posted via http://www.sqlmonster.com|||Hello James,
I've posted it here: http://blogs.msdn.com/levs/archive/2005/02/24.aspx
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"James Woo via SQLMonster.com" <forum@.SQLMonster.com> wrote in message
news:b213f85c9f314f1e82c6c9606d00936b@.SQLMonster.com...
> Lev,
> I am interested in that code! How do I get hold of it? I do not have email
> address for you. Mine is wiseteufel[AT]yahoo.com. Thanks in advance.
> --
> Message posted via http://www.sqlmonster.com|||thanks. looks very nice.
--
Message posted via http://www.sqlmonster.comsql
Showing posts with label choice. Show all posts
Showing posts with label choice. Show all posts
Sunday, March 25, 2012
Adding a horizontal bar chart to results
Sunday, March 11, 2012
Add SSRS 2000 Report Designer to VS 2005?
Is it possible to add the SSRS 2000 Report Designer to VS 2005 or is the
only choice to use it with VS 2003? I see that some people have sucessfully
done side by side implementations but we have already migrated our code to
.NET 2.0 and don't need VS 2003 around for other development work other than
possible SSRS reports if we can't use the 2000 designer in the VS 2005 IDE.
Thank you in advance.Nope. You need both. RS 2000 uses 1.1 Framework and the VS 2003 designers.
It is tightly integrated with it. RS 2005 uses 2.0 framework and is tightly
integrated with VS 2005.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Jim" <jim@.nospam.com> wrote in message
news:eDIwnuF7FHA.3588@.TK2MSFTNGP15.phx.gbl...
> Is it possible to add the SSRS 2000 Report Designer to VS 2005 or is the
> only choice to use it with VS 2003? I see that some people have
> sucessfully done side by side implementations but we have already migrated
> our code to .NET 2.0 and don't need VS 2003 around for other development
> work other than possible SSRS reports if we can't use the 2000 designer in
> the VS 2005 IDE.
> Thank you in advance.
>
only choice to use it with VS 2003? I see that some people have sucessfully
done side by side implementations but we have already migrated our code to
.NET 2.0 and don't need VS 2003 around for other development work other than
possible SSRS reports if we can't use the 2000 designer in the VS 2005 IDE.
Thank you in advance.Nope. You need both. RS 2000 uses 1.1 Framework and the VS 2003 designers.
It is tightly integrated with it. RS 2005 uses 2.0 framework and is tightly
integrated with VS 2005.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Jim" <jim@.nospam.com> wrote in message
news:eDIwnuF7FHA.3588@.TK2MSFTNGP15.phx.gbl...
> Is it possible to add the SSRS 2000 Report Designer to VS 2005 or is the
> only choice to use it with VS 2003? I see that some people have
> sucessfully done side by side implementations but we have already migrated
> our code to .NET 2.0 and don't need VS 2003 around for other development
> work other than possible SSRS reports if we can't use the 2000 designer in
> the VS 2005 IDE.
> Thank you in advance.
>
Subscribe to:
Posts (Atom)