0
votes
2answers
17 views
Insert image to reporting project into iif
I would like to insert an image into this expession instead of True and False
=IIf(Sum(Fields!cont.Value, "DataSet7")<>Sum(Fields!tot.Value,
"DataSet7"), True,False)
i w …
0
votes
0answers
28 views
Reporting Services 2005 configuration
I need help with configuring Reporting Services.
I have the ReportServer and Report Manager running successfully under a virtual website and under their own virtual directories (R …
0
votes
1answer
127 views
Differences between SSRS 2005 and 2008
What the main differences between SQL Reporting Services 2005 and 2008 in terms of features? I read about 2008 has much better in scalability. How about the features? What's in SSR …
1
vote
1answer
159 views
is the text on Chart legend can be changed?
I have a requirement to show the statistic data such as sales, visitors of previous two months on a chart, of course the legend should show the name of the two months.
And I decide …
0
votes
2answers
57 views
Sql Reporting Services 2005 continue a long string from one textbox to another textbox
I've got a SQL Reporting Services 2005 report that includes a textbox on the first page. The string input for the textbox can be very large and include newlines. The textbox size i …
0
votes
0answers
15 views
issues with font displaying
Hi,
I'm having issues with font displaying in my report. The report has a header and 2 table in it.
I set the font in the header and both 2 table to
FontStyle-Normal,
FontFamil …
0
votes
1answer
148 views
Reporting Services Interactive Sort problem
I have a set of reports defined for Reporting Services in SQL 2005.
I'm rendering the reports using the ReportViewer control inside an ASP.NET 3.5 application.
In all the reports I …
0
votes
2answers
313 views
Domain user access to SQL Server Reporting Services 2005 on IIS 7
What are the required steps to properly allow domain users access to reports via the Reporting Services web site?
What I've tried:
Added users through Reporting Services site (i …
1
vote
4answers
67 views
Forcing a SQL Reporting Services 2005 table to show a certain number of rows
I've got a SQL Reporting Services 2005 report that includes a table on the first page. I have enough room on the first page to show the first 5 items from a list. If there are more …
0
votes
1answer
122 views
How do I export reports from Reporting Services 2005 to Excel without the references to other cells?
Hi,
I am using Reporting services 2005, and am exporting the reports into Excel. Everything is fine except for cells that have been referenced to. An example is this:
textbox1 …
0
votes
1answer
19 views
Reporting Services Grouping
I'm new in Reporting services and got little confused.
in the screen shot you can see what I did.
I have two groups, the inner is by employe name, and the outer is by Month.
Now …
0
votes
1answer
41 views
Data driven subscription cascading parameters
I am trying to setup a data-driven subscription and it works fine except when 2 of the parameters are set to take dynamic values instead of static ones.
The strucutre is basically …
0
votes
1answer
371 views
SQL Server Reporting Services 2005 Column Wrap on a Subreport
Does anyone know how to set a height and width on a subreport so that it forces the subreport to wrap into several columns?
The delimma: I have to show a legend in a limited amou …
0
votes
1answer
37 views
How to Reference a VB Function in Reporting Services Grouping
Good Morning,
I'm using Reporting Services 2005 to produce a one-time report that will group records according to the PLANCODE field. I've created the following VB function:
Fun …
0
votes
1answer
15 views
How to use HTML entities in an SSRS report?
In a SQL 2005 Report Server Project, how do you put an HTML entity (such as & or Δ) in the value of a column's header Textbox?
