Advertisement

1 - 10 of 139 containing alltags:("SQL Reporting Services") (0.004 seconds)
I need to generate a report in SRS 2005 based on open tickets. Current Query: SELECT     OwnerName, ManagerName, AssigneeName, ticket_ number, problem_status FROM         dbo.summary1 GROUP BY...
Zones: SQL Server 2005Date Answered: 05/24/2007 Grade: C Views: 0
SBS2003 Premium R2 isa2004 sql 2005 workgroup Im trying to pull some reports from a BCM2007/MOA2007 database shared on the server. After playing around with creating a VB form I stumbled o...
Zones: SQL Server 2005, SBS S...Date Answered: 09/18/2007 Grade: A Views: 0
I have a matrix that is listed such as:               day1 day2 day3 TOTAL name         1       4      8       13 name1       2       5      9       16 name 2      3       7      10     20 ...
Zones: Databases, SQL Server 2005, SQRDate Answered: 01/09/2008 Grade: B Views: 84
Hi, Is it possible to display unbound row total in matrix type report? Can anyone show me how? Perhaps provide a formula/code and/or example? I wanted it to display total/sum on every row. ...
Zones: MS SQL Server, SQL Server 2005Date Answered: 04/23/2008 Grade: A Views: 27
Hi, If you could see the attached image, there's a lot of space below the report but the height for report display is limited to only a few inches. I already modified the height property of the ...
Zones: Visual Studio, MS SQL ServerDate Answered: 01/10/2008 Grade: A Views: 0
I need to list all the records in the data set in the group footer in SQL Reporting Services.  For example, my records are red black white I want to be able to display "red, black, white" in...
Zones: MS SQL ServerDate Answered: 10/10/2008 Grade: A Views: 0
Hello, I have a report that I created on my local machine using VS.NET/SQL Reporting Services.  This report has a field that accepts some input from the user.  When I execute the report within VS....
Zones: SQL Reporting, Databases, SQ...Date Answered: 04/30/2008 Grade: A Views: 38
I am creating a report i.e. client side report .rdlc. I have images in the images folder and need to add that image to the Image Control dyamically. How do I add it . Please suggest.. I am u...
Zones: SQL Reporting, MS SQL Server, SQL Se...Date Answered: 07/04/2008 Grade: A Views: 74
I have a text box positioned at the bottom of my page that is part of a list. When the contents of the text box exceed the space provided, it moves ALL the text to the next page. I would just l...
Zones: MS SQL Server, SQL Server 2005, PCsDate Answered: 09/13/2008 Grade: A Views: 24
Hi, I am generating a report that displays trend data on a week by week basis.  I grouped my data set on the completion date by weeks:  Format("ww",Fields!Quantity.Value).  Now that I have the wee...
Zones: Visual Studio Express, SQL ReportingDate Answered: 06/20/2008 Grade: B Views: 77