Showing posts with label labels. Show all posts
Showing posts with label labels. Show all posts

Thursday, March 22, 2012

Changing the Chart Legend Labels

Hi,
I am new to SSRS report development. Would like to know whether it is
possible to change the label display for the chart legend. Currently the
legend text populated based on the data in the dataset, not sure whether we
can change that.
ThanksCurrently we dont have any option to do that.I think you can Expect in
2008.Lets see
Thanks
Raj Deep.A
On Apr 23, 12:33=A0pm, "Thalia Mei" <thalia...@.gmail.com> wrote:
> Hi,
> I am new to SSRS report development. Would like to know whether it is
> possible to change the label display for the chart legend. Currently the
> legend text populated based on the data in the dataset, not sure whether w=e
> can change that.
> Thankssql

Friday, February 24, 2012

Changing labels inside the rdl on runtime

Hi
Is it possible to change labels inside a report before rendering it? I need
to localize some labels before the report is shown in my
WinForms-Application. I do not want to have one report for each language.
Sometimes I need to change some more things in the report not only labels.
So, how can I get access to all the controls (lists, textboxes, subreports
etc.) of my report?
Thanks
MichaelThe approach I took was a custom assembly with a resource file. I park the
language identifier in a property then use an accessor method in the
assembly to fetch the string from the correct resource file. You can pass
in the ReportItems object into a custom assembly or code behind. If the
report has a page with no rows I've had trouble with this and wasn't able to
figure it out.
Thanks,
Steve MunLeeuw
"Michael Reukauff" <mreukauff@.gmx.net> wrote in message
news:O$Tk2LdpGHA.4996@.TK2MSFTNGP05.phx.gbl...
> Hi
> Is it possible to change labels inside a report before rendering it? I
> need to localize some labels before the report is shown in my
> WinForms-Application. I do not want to have one report for each language.
> Sometimes I need to change some more things in the report not only labels.
> So, how can I get access to all the controls (lists, textboxes, subreports
> etc.) of my report?
> Thanks
> Michael
>