all groups > sql server reporting services > may 2006 > threads for thursday may 11
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 29 30 31
Dynamic User Interface to accept values for a Parameterized Report
Posted by ajay at 5/11/2006 11:59:02 PM
Hi,
Can any one help me to generate dynamic user interface so that end user
can give inputs to a parameterized report.I am using reporting services and
asp.net.Pls send if any one has code or link.
Thanks in advance
regards
ajay kanna
... more >>
Can't connect to Reporting Services after I rename my computer
Posted by csoprasanna NO[at]SPAM gmail.com at 5/11/2006 5:46:07 PM
Hi,
I have installed SQL 2005 on my Windows 2003 box. After I install SQL
2005, I have configured the Reporting Services and I can connect using
the Management Studio. I had to rename my machine and after I renamed I
can still connect to Database Services from Management Studio. However
I am ... more >>
RTF Control
Posted by Alan Z. Scharf at 5/11/2006 4:21:41 PM
Hi,
Is there an RTFcontrol available for Reporting Services 2005 that will:
1. Allow selected text in the control to be Bolded?
2. Allow even justification of text on both left and right edges?
For Access, there is a control from FMS Inc that does that.
I need such a control to be abl... more >>
SSRS Version
Posted by Martin at 5/11/2006 3:56:30 PM
is it possible to connect to a report server in order to get the version?
... more >>
ERR: Report Manager "the underlying connection was closed: unable to connect to remote server
Posted by bellis at 5/11/2006 1:53:36 PM
We have a Report Server installation that we cannot access the Report
Manager.
The OS is Windows Server 2003. the computer is a member of an Active Server
Domain.
We a page that displays
X Error
_______________________________________________________________
The underlying connecti... more >>
Where are the RDL files on the Report Sever?
Posted by kvr901 at 5/11/2006 1:24:02 PM
I can create and find RS2000 RDL files on my development machine, and I can
deploy them, and they work. I setup RS2000 on my server using all the
default directories etc.
I have searched my server for *.rdl, <reportname>.rdl, etc, etc, including
hidden files, hidden directories, etc.
Ar... more >>
Report Builder 401 Errors since SP1
Posted by Mike Morisoli at 5/11/2006 12:42:03 PM
I have been accessing SSRS and Report Builder on a SQL 2005 from the
Internet successfully for some time now but today I am receiving 401 errors
when I try to launch Report Builder. The details show a 401 error
"Unauthorized". This all worked fine until I installed SQL 2005 SP1.
Has... more >>
Select All Option
Posted by Robson Luiz at 5/11/2006 11:21:37 AM
Hello people..
After setup SQL2005 service pack 1 all reports with multi-values parameters
are missing SELECT ALL option..
Any help?
Regards
Robson Luiz - Brazil
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom Code in Chart - background color
Posted by MSSQLServerDeveloper at 5/11/2006 10:38:02 AM
I have the following very simple code block that I wrote for a chart.
public function bdr_chartcolor(xType as string) as string
IF xType = "IR"
return "White"
ELSE
return "Blue"
END IF
end function
HOW and WHERE do I implement it to set the charts background color? Many
properties... more >>
HTTP 401 Response and SSL Issue
Posted by phil at 5/11/2006 8:39:02 AM
I was configuring the Reporting Services Manager website on the server for
SSL via IIS 6.0. I included a new hostname for easier access for users. After
configuring SSL, I went to the Reporting Services configuration tool and set
the option to require SSL for connections. It worked for a while... more >>
Performance of multiple bar charts per report (RS2000)
Posted by jonny at 5/11/2006 1:56:46 AM
I have a 'questionnaire analysis' report. The report consists of approx
25-30 questions and each question has a bar chart attached to it to
show the average score out of five for each multiple choice answer
within a question.
The report ends up containing 25-30 bar graphs all contained within ... more >>
Hide empty rows on drill down report
Posted by Jason Camp at 5/11/2006 1:27:01 AM
Is there any way to hide the expand button (the plus sign) for rows that have
no containing rows on a drill-down report? What is happening now is that the
plus signs are populated for all rows and only a small subset of them
actually have data in the to drill into.... more >>
|