all groups > sql server reporting services > december 2004 > threads for friday december 17
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
Column widths are changing when deploying report
Posted by AdamB at 12/17/2004 8:37:04 PM
I designed a report in VS.Net 2003. It was actually an existing RDL file
that I just modified for my new report, adding some columns and doing various
formatting things.
In VS when I look at the report design, I have the report at 8.5 in high by
11 in wide with .25 in margins all around. ... more >>
How to combine VB.net/C# and reporting services?
Posted by Geri Reshef at 12/17/2004 5:40:35 PM
I need a simple example of a VB.net/C# program which opens a Reporting =
Services report using some parameters.
I want to check programatically the parameters suplied by the user =
before I open the report.
Thanks!... more >>
Uninstalling/Removing Sql Server 2000 Reporting Services
Posted by Francisco Lopez at 12/17/2004 3:10:57 PM
Hi,
Besides using the add/remove programs to uninstall this, which removed
the report manager and reports; do I just drop the databases after that to
complete the removal/uninstallation?
I did not find documentation on removing Sql Server 2000 Reporting from
the web\Db servers.
Th... more >>
Corrupted PDF attachments in Reporting Services
Posted by Jon Limmer at 12/17/2004 3:00:46 PM
We use subscriptions to send a list of people the same report in PDF format.
Most are our own employees (using Microsoft Exchange/Outlook) and the report
is fine. We are, however, having problems sending the report to Yahoo, AOL
and Hotmail users. Here are some tests we've done...
Test #1... more >>
TOP 10
Posted by aaron_kempf NO[at]SPAM hotmail.com at 12/17/2004 2:46:06 PM
is there any way to only show the first 10 items in a group?
I can't really do it on the SQL side
aaron
... more >>
app.config for DLL
Posted by Bucky at 12/17/2004 1:50:12 PM
I am calling a C# method/DLL from Reporting Services. In the DLL, I am
referencing ConfigurationSettings.AppSettings["DBConnectionString"].
This should go in app.config in the caller's folder. This is fine when
the caller is a regular .NET application, but I don't know where to put
the app.confi... more >>
SOAP rendering a report in PHP
Posted by Rixmann at 12/17/2004 12:37:04 PM
Anyone have any sample source for rendering a report from reporting services
using SOAP? Just checking to see the feasibility of this integration.
Thanks.... more >>
Median Function
Posted by Susan at 12/17/2004 10:29:04 AM
I am trying to write a function to give me a median value. I have a matrix.
There is a column group/text box called loanbalance. Displayed in that
field is the SUM of all loan balances for the month.
I have another textbox called "Median". This textbox I want to display the
median v... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Kerberos
Posted by Will Byron at 12/17/2004 10:09:58 AM
Hi
Want to know how to get kerberos to work
3 workstations involved
User computer with Windows 2000 runs I.E 6.0 and accesses a web page on
Reporting services server (Web Portion-IIS) running windows 2003.
USer is running a report that runs an mdx statement on a data server which
is also windo... more >>
Cubes in Report manager?
Posted by Greg at 12/17/2004 7:39:02 AM
Can OLAP cubes be stored on report manager aswel as reporting services reports?
Many thanks
Greg ... more >>
Data Proc Ext - Dynamic Connect String
Posted by danb at 12/17/2004 7:25:03 AM
I am trying to create a data processing extension that will allow me to
dynamically set the connect string. I have been able to successfully
register a sample data processing extension (from Teo Lachev's book), but I'm
not sure if I need to implement all of the classes included - can I just
... more >>
Errors in log when running data-driven subscriptions
Posted by PD at 12/17/2004 7:23:03 AM
The following messages are displayed in one of the RS logs when running a
data-driven subscription:
ReportingServicesService!processing!820!12/17/2004-05:03:03:: e ERROR: There
is no data for the field at position 277.
ReportingServicesService!processing!820!12/17/2004-05:03:03:: e ERROR: Th... more >>
hide a textbox
Posted by Juan Carlos at 12/17/2004 4:55:01 AM
hi,
I want to hide a texbox using an expresion like this:
=IIF(Parameters!rs:Format=PDF,true,false)
but doesn't work, why??
--
Sorry for my English :)... more >>
Cannot Access - Server Error
Posted by wolfman at 12/17/2004 1:33:07 AM
Hi.
I just installed RS on a Windows 2K3 server with an existing Sharepoint
Portal Server 2K3. I followed all the instructions on the help file
regarding the side-by-side installation of both systems but can't access the
RS, even locally. The following is the error generated:
Access to... more >>
Problems regarding authentication and authorization of Reporting s
Posted by CC at 12/17/2004 1:23:02 AM
Platform: Windows Server 2003 standard edition
SQL Server standard edition and reporting services
Thanks for any response in advance!
Overview:
A .Net web application is built on .Net framework 1.1. Users with
corresponding access right (to be defined in the application) are allowed to
... more >>
How to reference to an image control
Posted by Stanley at 12/17/2004 1:07:03 AM
Hi,
I have a report. In one column i want to show a certain image depending the
value of another column. For example:
if text1 =1 than text10 = image1
elseif text1 =2 than text10 = image2
else text1 =3 than text10 = image3
end if
Is this possible? Also what i do recall is that in acc... more >>
|