Is it possible to change the font, for example to font-family Arial, for all
the existing reports made in reporting services.
--
regards, pakamSorry, this is not supported.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"pakam" <pakam@.discussions.microsoft.com> wrote in message
news:A53D0F05-9BF1-4A6C-A42C-DBAB603B8392@.microsoft.com...
> Is it possible to change the font, for example to font-family Arial, for
> all
> the existing reports made in reporting services.
> --
> regards, pakam|||You could do it dynamically, by using getreportdefinition to get one of the
existing reports as xml, then use SelectNodeList to get all the <FontFamily>
nodes.
Then foreach node in the node list, change the InnerText to the new font &
republish the report
"Robert Bruckner [MSFT]" wrote:
> Sorry, this is not supported.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "pakam" <pakam@.discussions.microsoft.com> wrote in message
> news:A53D0F05-9BF1-4A6C-A42C-DBAB603B8392@.microsoft.com...
> > Is it possible to change the font, for example to font-family Arial, for
> > all
> > the existing reports made in reporting services.
> > --
> > regards, pakam
>
>|||Hi mark-s,
Thank you for your reaction. For your solution I have to write code ? I did
find the GetReportDefinition but not the SelectNodeList. Can you explain more
how to do this ? .
I did find out that it is possible to use Edit -> Find and Replace ->
Replace in Files. This is not perfect but it helps to avoid changing every
item. Then you can change all reports in the project to the font-family arial
for example.
Regards pakam
"mark-s" wrote:
> You could do it dynamically, by using getreportdefinition to get one of the
> existing reports as xml, then use SelectNodeList to get all the <FontFamily>
> nodes.
> Then foreach node in the node list, change the InnerText to the new font &
> republish the report
> "Robert Bruckner [MSFT]" wrote:
> > Sorry, this is not supported.
> >
> > --
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> > "pakam" <pakam@.discussions.microsoft.com> wrote in message
> > news:A53D0F05-9BF1-4A6C-A42C-DBAB603B8392@.microsoft.com...
> > > Is it possible to change the font, for example to font-family Arial, for
> > > all
> > > the existing reports made in reporting services.
> > > --
> > > regards, pakam
> >
> >
> >|||Hi pakam
Yes, you will have to write code. SelectNodeList is in the System.Xml.XPath
namespace.
However, if you only want to change the font once, then Find/Replace might
be easier. I was thinking that you may need to change the font regularly.
"pakam" wrote:
> Hi mark-s,
> Thank you for your reaction. For your solution I have to write code ? I did
> find the GetReportDefinition but not the SelectNodeList. Can you explain more
> how to do this ? .
> I did find out that it is possible to use Edit -> Find and Replace ->
> Replace in Files. This is not perfect but it helps to avoid changing every
> item. Then you can change all reports in the project to the font-family arial
> for example.
> Regards pakam
>
> "mark-s" wrote:
> > You could do it dynamically, by using getreportdefinition to get one of the
> > existing reports as xml, then use SelectNodeList to get all the <FontFamily>
> > nodes.
> > Then foreach node in the node list, change the InnerText to the new font &
> > republish the report
> >
> > "Robert Bruckner [MSFT]" wrote:
> >
> > > Sorry, this is not supported.
> > >
> > > --
> > > This posting is provided "AS IS" with no warranties, and confers no rights.
> > >
> > > "pakam" <pakam@.discussions.microsoft.com> wrote in message
> > > news:A53D0F05-9BF1-4A6C-A42C-DBAB603B8392@.microsoft.com...
> > > > Is it possible to change the font, for example to font-family Arial, for
> > > > all
> > > > the existing reports made in reporting services.
> > > > --
> > > > regards, pakam
> > >
> > >
> > >
Showing posts with label arial. Show all posts
Showing posts with label arial. Show all posts
Sunday, March 25, 2012
Thursday, March 22, 2012
Change Default Font "Arial" to "Gotik"?
Hello,
is it possible to change the default font "Arial" to an other font (for example "Gotik")?
where can i do this?
Thanks in advance,
RalphOn Oct 1, 7:36 am, "Ralph H=FCttenmoser" <spam_no_s...@.bluewin.ch>
wrote:
> Hello,
> is it possible to change the default font "Arial" to an other font (for e=xample "Gotik")?
> where can i do this?
> Thanks in advance,
> Ralph
If I understand you correctly, you can either set the fonts via
selecting the Properties Window (F4) once selecting a cell/etc. Then
select Font and Font Family. -or- You can select the Layout tab in
BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
Environment -> Fonts and Color -> then Font. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||Hi EMartinez,
The default font for designing reports in the layout is set to Tahoma. This
font should be changed to different font family. So that all the text of
report header, column headers, data text will be shown in the selected font
by default. This can not be achieved by following the steps specified below.
Is there any way to achieve it?
Thanks!
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1191381078.124018.119610@.k79g2000hse.googlegroups.com...
On Oct 1, 7:36 am, "Ralph Hüttenmoser" <spam_no_s...@.bluewin.ch>
wrote:
> Hello,
> is it possible to change the default font "Arial" to an other font (for
> example "Gotik")?
> where can i do this?
> Thanks in advance,
> Ralph
If I understand you correctly, you can either set the fonts via
selecting the Properties Window (F4) once selecting a cell/etc. Then
select Font and Font Family. -or- You can select the Layout tab in
BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
Environment -> Fonts and Color -> then Font. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||On Oct 4, 7:09 am, "Venky Dosap" <ven...@.translogicsys.com> wrote:
> Hi EMartinez,
> The default font for designing reports in the layout is set to Tahoma. Th=is
> font should be changed to different font family. So that all the text of
> report header, column headers, data text will be shown in the selected fo=nt
> by default. This can not be achieved by following the steps specified bel=ow.
> Is there any way to achieve it?
> Thanks!
> "EMartinez" <emartinez...@.gmail.com> wrote in message
> news:1191381078.124018.119610@.k79g2000hse.googlegroups.com...
> On Oct 1, 7:36 am, "Ralph H=FCttenmoser" <spam_no_s...@.bluewin.ch>
> wrote:
> > Hello,
> > is it possible to change the default font "Arial" to an other font (for
> > example "Gotik")?
> > where can i do this?
> > Thanks in advance,
> > Ralph
> If I understand you correctly, you can either set the fonts via
> selecting the Properties Window (F4) once selecting a cell/etc. Then
> select Font and Font Family. -or- You can select the Layout tab in
> BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
> Environment -> Fonts and Color -> then Font. Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
As far as I know, controlling the default font is not feasible. Sorry
that I could not be of greater assistance.
Regards,
Enrique Martinez
Sr. Software Consultant
is it possible to change the default font "Arial" to an other font (for example "Gotik")?
where can i do this?
Thanks in advance,
RalphOn Oct 1, 7:36 am, "Ralph H=FCttenmoser" <spam_no_s...@.bluewin.ch>
wrote:
> Hello,
> is it possible to change the default font "Arial" to an other font (for e=xample "Gotik")?
> where can i do this?
> Thanks in advance,
> Ralph
If I understand you correctly, you can either set the fonts via
selecting the Properties Window (F4) once selecting a cell/etc. Then
select Font and Font Family. -or- You can select the Layout tab in
BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
Environment -> Fonts and Color -> then Font. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||Hi EMartinez,
The default font for designing reports in the layout is set to Tahoma. This
font should be changed to different font family. So that all the text of
report header, column headers, data text will be shown in the selected font
by default. This can not be achieved by following the steps specified below.
Is there any way to achieve it?
Thanks!
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1191381078.124018.119610@.k79g2000hse.googlegroups.com...
On Oct 1, 7:36 am, "Ralph Hüttenmoser" <spam_no_s...@.bluewin.ch>
wrote:
> Hello,
> is it possible to change the default font "Arial" to an other font (for
> example "Gotik")?
> where can i do this?
> Thanks in advance,
> Ralph
If I understand you correctly, you can either set the fonts via
selecting the Properties Window (F4) once selecting a cell/etc. Then
select Font and Font Family. -or- You can select the Layout tab in
BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
Environment -> Fonts and Color -> then Font. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||On Oct 4, 7:09 am, "Venky Dosap" <ven...@.translogicsys.com> wrote:
> Hi EMartinez,
> The default font for designing reports in the layout is set to Tahoma. Th=is
> font should be changed to different font family. So that all the text of
> report header, column headers, data text will be shown in the selected fo=nt
> by default. This can not be achieved by following the steps specified bel=ow.
> Is there any way to achieve it?
> Thanks!
> "EMartinez" <emartinez...@.gmail.com> wrote in message
> news:1191381078.124018.119610@.k79g2000hse.googlegroups.com...
> On Oct 1, 7:36 am, "Ralph H=FCttenmoser" <spam_no_s...@.bluewin.ch>
> wrote:
> > Hello,
> > is it possible to change the default font "Arial" to an other font (for
> > example "Gotik")?
> > where can i do this?
> > Thanks in advance,
> > Ralph
> If I understand you correctly, you can either set the fonts via
> selecting the Properties Window (F4) once selecting a cell/etc. Then
> select Font and Font Family. -or- You can select the Layout tab in
> BIDS. Then select the 'Tools' drop-down tab -> 'Options...' ->
> Environment -> Fonts and Color -> then Font. Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
As far as I know, controlling the default font is not feasible. Sorry
that I could not be of greater assistance.
Regards,
Enrique Martinez
Sr. Software Consultant
Subscribe to:
Posts (Atom)