Friday, March 30, 2012
Report does not display the same as in the Preview window in Visual Studio
Preview window of Visual Studio. I deploy the report to the web server
and when I open it - the web rendering (formatting) does not duplicate
what I see in the Preview window. It looks like it's adding extra rows
between the objects and is not following the vertical alignment that
was used in Visual Studio.
Does anyone have ideas on what could be causing this?
Thanks..I do. Verify if there are textboxes overlaping each other. In preview
windows this issue do not cause problem, but at render time, it does.
[]s
Renato
"Manuel" <mxgamez@.kelsey-seybold.com> escreveu na mensagem
news:ce53542a.0408260535.724891fd@.posting.google.com...
> After formatting the report and making it look like I want too in the
> Preview window of Visual Studio. I deploy the report to the web server
> and when I open it - the web rendering (formatting) does not duplicate
> what I see in the Preview window. It looks like it's adding extra rows
> between the objects and is not following the vertical alignment that
> was used in Visual Studio.
> Does anyone have ideas on what could be causing this?
> Thanks..|||Thanks... That worked.
"Renato Aloi" <aloi@.jew.com.br> wrote in message news:<OS$E9e3iEHA.2760@.TK2MSFTNGP15.phx.gbl>...
> I do. Verify if there are textboxes overlaping each other. In preview
> windows this issue do not cause problem, but at render time, it does.
> []s
> Renato
> "Manuel" <mxgamez@.kelsey-seybold.com> escreveu na mensagem
> news:ce53542a.0408260535.724891fd@.posting.google.com...
> > After formatting the report and making it look like I want too in the
> > Preview window of Visual Studio. I deploy the report to the web server
> > and when I open it - the web rendering (formatting) does not duplicate
> > what I see in the Preview window. It looks like it's adding extra rows
> > between the objects and is not following the vertical alignment that
> > was used in Visual Studio.
> >
> > Does anyone have ideas on what could be causing this?
> >
> > Thanks..
Tuesday, March 20, 2012
Report Builder Formatting Currency
Hi all
I need Report Builder to format Certain Numbers
as Currency by default. According to the documentation
I need to set the culture setting in the report's datasource.
I'm using a SSAS2005 Cube
The Report Manager then let's me create the Model wich is used
by Report Builder.
My Question is: Where do I set the culture setting?
I cannot find it in the Cube and viewing the model's xml hasn't helped.
Any help will be dearly appreciated
G
under format in properties of the textbox
change it to
$ ###, ###, ###.##
|||Thanks X
But I know how to format the textbox.
The problem is that I want my measures to default to
currency format like this: (R #,##.##0.00;R (#,##.##)0.00;R ##.#0)
when added to the table/matrix
The docementation for Report Builder says that it can be
done by setting the "Culture" Setting on the Datasource.?
They dont give any other specifics
Thanks for the responce
G
|||maybe set it in Connection String ?
Data Source=myServer;Initial Catalog=myDatabase;Current Language=en-us
|||Hi
No good, the report model does not contain a connection string.
As this is what Report Builder uses: I'm assuming that this is the datasource
that is being reffered to.
Still stuck
G
|||GDavids - SAO wrote:
No good, the report model does not contain a connection string.
As this is what Report Builder uses: I'm assuming that this is the datasource
that is being reffered to.
report model have Datasources link in Properties
Datasource have connection string ;]
|||thanks giret
Where do I view this?
In Report Manager? Because I dont find it..
Thanks for the reponces
|||http://localhost/Reports/
click on Your model name
Properties Tab:
General
DataSources
Security
|||This gives the path to my datasource.
Does this mean that I have to set the connection string for
that datasource that the path from the model refers to?
Report Builder Formatting Currency
Hi all
I need Report Builder to format Certain Numbers
as Currency by default. According to the documentation
I need to set the culture setting in the report's datasource.
I'm using a SSAS2005 Cube
The Report Manager then let's me create the Model wich is used
by Report Builder.
My Question is: Where do I set the culture setting?
I cannot find it in the Cube and viewing the model's xml hasn't helped.
Any help will be dearly appreciated
G
under format in properties of the textbox
change it to
$ ###, ###, ###.##
|||Thanks X
But I know how to format the textbox.
The problem is that I want my measures to default to
currency format like this: (R #,##.##0.00;R (#,##.##)0.00;R ##.#0)
when added to the table/matrix
The docementation for Report Builder says that it can be
done by setting the "Culture" Setting on the Datasource.?
They dont give any other specifics
Thanks for the responce
G
|||maybe set it in Connection String ?
Data Source=myServer;Initial Catalog=myDatabase;Current Language=en-us
|||Hi
No good, the report model does not contain a connection string.
As this is what Report Builder uses: I'm assuming that this is the datasource
that is being reffered to.
Still stuck
G
|||GDavids - SAO wrote:
No good, the report model does not contain a connection string.
As this is what Report Builder uses: I'm assuming that this is the datasource
that is being reffered to.
report model have Datasources link in Properties
Datasource have connection string ;]
|||thanks giret
Where do I view this?
In Report Manager? Because I dont find it..
Thanks for the reponces
|||http://localhost/Reports/
click on Your model name
Properties Tab:
General
DataSources
Security
|||This gives the path to my datasource.
Does this mean that I have to set the connection string for
that datasource that the path from the model refers to?
Monday, March 12, 2012
Report Builder Conditional Formatting
Practically every attribute of a report can be set by an expression.
For example, to get the greenbar look I use the following formula in the
BackgroundColor property of a table row:
=iif(RowNumber(Nothing) Mod 2,"WhiteSmoke", "LightGrey")
This is done using the "Expression" selection.
Hope this helps,
Russell
"Dan Krish" <Dan Krish@.discussions.microsoft.com> wrote in message
news:313AFC9A-4C70-48A4-A2BC-E38448EED70C@.microsoft.com...
> Does Report Builder support Conditional Formatting?|||Thanks!!! it helps
"Russell Hardie" wrote:
> Yes,
> Practically every attribute of a report can be set by an expression.
> For example, to get the greenbar look I use the following formula in the
> BackgroundColor property of a table row:
> =iif(RowNumber(Nothing) Mod 2,"WhiteSmoke", "LightGrey")
> This is done using the "Expression" selection.
> Hope this helps,
> Russell
>
> "Dan Krish" <Dan Krish@.discussions.microsoft.com> wrote in message
> news:313AFC9A-4C70-48A4-A2BC-E38448EED70C@.microsoft.com...
> > Does Report Builder support Conditional Formatting?
>
>
Friday, March 9, 2012
Report Builder - Formatting numeric output - help
Hi -
I've worked a lot with SSRS 2000 - just starting with 2005. Report Builder is very cool. I build a Report Model - then built some reports biased on the model - all went well including filtering until I attempted to format the numeric data - specifically monetary data. I right clicked on the field in the designer and format was an option - but when I select format - all the numeric options are grayed out an unelectable.
The really interesting this is that if I then create a calculated field biased on tow of the numeric fields - like Total Sales Amount \ Total Orders - I CAN then format that new calculated field field. So - of course I then attempted to alter the formula of on of the base fields - like Total Sales Amount = Total Sales Amount * 1 to see if that would work - no - it did not.
I am stumped?
I am having the same problem with the Totals in a Matrix (cross-tab) report. Did you or anyone every find a solution?
Thanks in advance.
|||Jim From Florida wrote:
I am having the same problem with the Totals in a Matrix (cross-tab) report. Did you or anyone every find a solution?
Thanks in advance.
Is this a matrix report baised on a Report Mode for ad hoc reporting - or a regular report matrix? I have had no problems formatting fields in regular matrix reports...
To answer your question - I have not resolved the Ad Hoc report model formating issue...
Report Builder - Formatting numeric output - help
Hi -
I've worked a lot with SSRS 2000 - just starting with 2005. Report Builder is very cool. I build a Report Model - then built some reports biased on the model - all went well including filtering until I attempted to format the numeric data - specifically monetary data. I right clicked on the field in the designer and format was an option - but when I select format - all the numeric options are grayed out an unelectable.
The really interesting this is that if I then create a calculated field biased on tow of the numeric fields - like Total Sales Amount \ Total Orders - I CAN then format that new calculated field field. So - of course I then attempted to alter the formula of on of the base fields - like Total Sales Amount = Total Sales Amount * 1 to see if that would work - no - it did not.
I am stumped?
I am having the same problem with the Totals in a Matrix (cross-tab) report. Did you or anyone every find a solution?
Thanks in advance.
|||Jim From Florida wrote:
I am having the same problem with the Totals in a Matrix (cross-tab) report. Did you or anyone every find a solution?
Thanks in advance.
Is this a matrix report baised on a Report Mode for ad hoc reporting - or a regular report matrix? I have had no problems formatting fields in regular matrix reports...
To answer your question - I have not resolved the Ad Hoc report model formating issue...