all groups > sql server reporting services > february 2006 > threads for wednesday february 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Exporting to multiple sheets in Excel has limitations ?
Posted by jhun_garma NO[at]SPAM hotmail.com at 2/22/2006 11:53:28 PM
guys, I am exporting a report in excel that generates in different
sheets.
It seems that only 3 tab or sheets can be generated.
If the report exceeds 3 sheets all the rest of the sheets combined in
the last sheet.
Can anyone confirm this? Does it have any work around or I am just
doing som... more >>
trying to understand Report Viewer control
Posted by PacMan at 2/22/2006 11:35:05 PM
Hi,
I am still trying to get my head around the ReportViewer control. I thought
that this control would enable me to run reports without connecting to the
database. Am I wrong?
I tried the walkthrough "Using a Database Data Source with the ReportViewer
Windows forms control in Local Proc... more >>
RS 2005 EXPRESS
Posted by שובל at 2/22/2006 10:55:27 PM
IS the installation of RS 2005 EXPRESS is with the SQL 2005 EXPRESS or should
i download it?... more >>
Report Viewer 2.0 Windows Authentication
Posted by Chris_CamSoft at 2/22/2006 7:55:27 PM
Hello,
We have an public site with a page now using ASP.NET 2.0 and the 2.0 Report
Viewer control (we previously tried this with RS 2000 for many, many months).
It is connecting to a (NAT'd FQDN) SQL2005 Report Server using default
Windows authentication. There is a local user setup on th... more >>
XML Error on new Report Creation
Posted by The Geoff at 2/22/2006 7:23:27 PM
I've got a real annoying problem. I'm trying to do SSRS project that is of
course already late. And I have been stopped cold by this freaky error.
So I'm using VS.Net 2005, Reporting Services 2005 and have the Business
Intelligence Projects in my VS.Net.
I create a new Report Project. I right ... more >>
Adding subreport to report header?
Posted by Sandeep at 2/22/2006 6:27:26 PM
Is it possible? Crystal allowed you to do it but RS doesn't seem to. I have
a number of reports that need to display same data (Org name, date etc.)
on the report header and I thought doing it as a subreport was a good idea.
Any workarounds?
Thanks in advance.
... more >>
Schedule and Delivery Processor Error
Posted by Gregory C. Quinn, Jr. at 2/22/2006 3:45:16 PM
I am having issues with getting our Development Report Services Server to
schedule any reports to run. Recently, I had to change our service account
to a non-expiring one and now I get the following in our Event Log.
Schedule and Delivery Processor
Failed to decrypt symmetric key. Most like... more >>
Error when open Report Manager
Posted by Eddy at 2/22/2006 2:34:13 PM
RS is installed on the same server with the WebServer. I run this from a
domain network PC:
http://WebServerName/Reports/Pages/Folder.aspx
and I receive this error:
The request failed with HTTP status 401: Unauthorized.
What I checked:
1.On the WebServer go in IIS , then Default Web Site, th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Too many columns in a Matrix
Posted by Brent Maloney at 2/22/2006 1:45:28 PM
I have a need to report on all the ticket numbers assigned to each indiviual.
Currently, i have one report that queries for all the individuals, and in
the table calls a subreport. In the subreport is a matrix that displays all
the tickets assigned to that individual.
The problem that i'm... more >>
Login failed for user 'null'
Posted by SharinDenver at 2/22/2006 12:28:54 PM
I am using SQL Server 2000 and VS.net 2003 with Reporting Services. I have
deployed several reports.
I am trying to open a report to edit it. When I click on the data tab, I
get the following error:
A connection cannot be made to the database.
Set and test the connection string.
Log... more >>
Reporting Services 2005 & IE7 Beta
Posted by Stephen Sanders at 2/22/2006 11:07:48 AM
When trying to print an RS2005 report, I keep getting the error "Unable to
load client print control". This is because the RSClientPrint ActiveX
control is not loaded. I have noticed that in IE7 Beta is not automatically
prompting to download the control. Has anyone been successful in runni... more >>
Populate Cell with Grouping Fields Name
Posted by MisterBuntMan at 2/22/2006 10:53:48 AM
Does anyone know how to populate a cell with the name of the field
being grouped on?
For example, I have the following structure:
Heading
Group
Data
I won't the Heading to display the fieldname of the group by using a
formula, so if the group changes so does the heading value. B... more >>
pls help with expression question
Posted by MJT at 2/22/2006 9:17:27 AM
I am converting reports from business objects to reporting services. In
business objects they have a variable called ERRORS created with the
expression
= If (<Value> InList (12 , 500 , 501 , 502 , 503 , 504 , 505 , 530 , 550))
Then 1 Else 0
<value> is a field returned from a stored proc... more >>
Q: pulling data from two database
Posted by JIM.H. at 2/22/2006 9:04:31 AM
I have two different databases DB1 and BD2. which one table in each.
TableDB1: ID, Amount1 and TableDB2: ID, Amount2.
Now my sub-report should report ID and sum of DB1.TableDB1.Amount1 and
DB2.TableDB2.Amount2. Should I create two shared data sources? How should I
write my query?
... more >>
The underlying connection was closed: Unable to connect to the remote server.
Posted by mag at 2/22/2006 8:48:38 AM
Hello All,
I've been struggling with this error for the past day or two.
"The underlying connection was closed: Unable to connect to the remote
server."
I get it when I try to access the Report Manager. The reports are
working fine - I access them through the ReportServer. However I can't... more >>
RUNNING PARAMETERIZED REPORT
Posted by Ruby Nadler at 2/22/2006 8:13:27 AM
Hi Everyone,
when i am runing report with url adress i see the report ok, but i also see
the textboxes of the parameters on the top of the scerre. is the a way to not
show them? and is ther a way to show the print button?
thanks
Ruby... more >>
print page number mismatch
Posted by Vincent at 2/22/2006 6:58:27 AM
The page number shown on the web report viewer control is different from the
page number for the print version, does anyone know how to correct it?
Thanks in advance.
... more >>
books online tutorial - why am i getting an error?
Posted by PacMan at 2/22/2006 3:27:27 AM
Hi,
I am doing the MSDN Online tutorial "Accessing the Report Server Web Service
Using Visual Basic or Visual C#".
However, when I come to the 3rd step, Accessing the Web Service, and use the
supplied code, I get an error saying
"Namespace or type specified in the Imports
'GetPropert... more >>
Add/Remove Column/Row Groups dynamically in Reporting Services
Posted by santhimurthyd NO[at]SPAM gmail.com at 2/22/2006 1:26:28 AM
Hi
Presently I'm working with OLAP and Reporting Services. In which users
are allowed to drag and drop the dimensions and the measures from the
list available for the cube , On droping of the dimension/measure on
Row/Column. I need to generate the matrix. Is it possible in RS, If it
menas, g... more >>
How to print a vertical barcode at the right side of each page?
Posted by Maxwell2006 at 2/22/2006 12:00:00 AM
Hi,
We are using SQL RS to generate PDF billing statements.
We need to print a vertical barcode at right side of each page. The barcode
is going to be read by the envelop machine and must be at a precise exact
location.
We have the barcode font and it works fine.
How ... more >>
|