What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested SQL Reporting Solutions: 101 - 125 of 670
 
SQL Reporting Services.  Visual Stuidio 2005 How can I have alternating row colors for my table.  I want every other row to be a light gray color. How do I do this to an existing table in ...
Trying to run a report in CRM 4.0 but it fails and says: Reporting Error. The report cannot be displayed. This error occurs in the reporting server log as well as the application log:
Hello Experts, I have a table in Reporting Services 2005 that contains potentially 30 columns ... however, they are all set to not show if they contain no data.  In reality, the table gener...
I am using SQL Server 2005 Reporting Services and need to format dates. I want the dates in short date format (example: 05/31/2008). I can do this by using the format property of a field and u...
I have a .NET Windows Forms application using SQL Reporting Services (2005) to generate reports. I am using the ReportViewer control within my application. In my production environment, clicki...
I have switch expressions that take the left side of a column and report it.. Here is an example. =Switch(Left(Fields!ModfiedFields.Value,8)= "1.Active","Change of Status", Left(Fields!Mod...
It seems like this should be easy. I have a report that looks like this:                                                            Col1   Col2   Col3 RowGroup1   RowSubGroup A         ...
Hi Experts, I'm writing an application that populates a SQL Server table every hour or so.  I will also develop a SQL Server Reporting Services report that will display information from thi...
I am getting the error "File does not begin with '%PDF-'" when I try to stream a pdf report out to the browser. I am only getting this error when I post my website up to my host--on my local m...
I have a table in reporting services. Its seen as a table1 Group in the designer. How do I add a footer to it ?
For an association, I am looking for free reporting tools working as stand-alone. I am already evaluating BR at http://www.ariacom.com/ unfortunatly the Web version does not seem to be fre...
I created Crystal Reports 11on Designer in VB6 and connected it to OLE DB(ADO) Provider for SQL Server. I used the Standard Report Creation Wizard to create this report. The reports work fine ...
Dear All, Please help how to set report layout to landscape rather potrait to rdlc report. I have tried by setting width and height to report properties . But it doesn't work.
I am creating a report by using datasets and displaying the records in the table. I am passing parameters between the datasets to get the records. Against some parameters we  dont get any reco...
I have a report that has groupings that need to figure out the percentage of the grand total. Example: Group1 Count    Total    Count%   Total% 100      1000     33.33%    25.00%    ...
I'm trying to select records from table A that do not have a matching record in table B.  I've most recently tried: select * from a where a.key not in (select b.key from b group by b.key) ...
I cannot export subreports to excel.  Reporting Services 2005. is there a solution to this problem?
I have a report with 2 parameters(parameter a and parameter b). I want to add a third parameter. However make this third parameter conditional. so..if the user selects value 1 from paramet...
I am using SQL Reporting Services 2005 and have a column on my report that I need to sum based on a condition. Example: If [DM State] = DM then Sum [Invoice]. My data set contains DM State, I...
Is there a way for displaying the page in table in report body. Please let me know. thanks in advance
I am using Reporting Services and SQL 2000 In a matrix, is there a way to have a column header for a row Grouping column? In the example below, I can easily see the Jan/Feb/Mar, it is the B...
Hi guys! I've got a MS reporting services report that i want to print straight from ie. When i open the report and click on the printer button, it comes up with an error message that says "...
I am working in Reporting Services, SSRS-2005. I have a parameterized report which passes in parameter and then on the basis of parameter(s) RS generates a report. It works fine in IE 6.0/7...
Hi   I have a report which is correctly displayed in Landscape orientation on screen as well as prints properly but when I export this to PDF format, it breaks into two pages as PDF file?  W...
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...