all groups > sql server reporting services > august 2005 > threads for monday august 29
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
global code
Posted by Liz Matyas at 8/29/2005 11:00:57 PM
Hi ,
I wrote a function in the report property code :
Public Function AA(field as string)
AA = field
End Function
When I try to write an expretion like :
=AA(Me.Value)
I get and error of AA is not recognize.
What is the problem ?
10x.
... more >>
connecting to data source issue
Posted by Jackson at 8/29/2005 10:29:08 PM
I'm having a problem connecting to an access database from
http://localhost/reports. I can connect from the computer I developed the
reports but when I goto another computer it gives me this error message
An error has occurred during report processing. (rsProcessingAborted)
Cannot create ... more >>
Can Reporting Serivces do THIS?
Posted by Ramzi at 8/29/2005 10:18:02 PM
Hi, we have a business need that would
1. allow a user to select and order the columns from a table in the UI
2. The user would then provide filtering on those columns (CLIENT SIDE)
3. User will then execute this report to return data based on criteria
** The initial UI screen will have dat... more >>
Long text starts on next page
Posted by Marvin at 8/29/2005 3:03:02 PM
I have a table where a cell gets populated with a lot of data. When data is
longer than the page it would page break into the next while leaving a huge
white space on the previous page. how can i make it page break in the middle
of the text when it needs to instead of the whole cell getting m... more >>
RSActivate
Posted by Todd at 8/29/2005 1:59:39 PM
I have just installed RS (Standard Edition on Win2K. SQL instance on same
server). At the end of install, I got a dialog that said: Setup could not
initialize the report server. You must manually initialize the report
server before using using it for the first time..
I ran:
rsconfig -... more >>
Publishing CR .rpt file into SSR
Posted by Doug Little at 8/29/2005 1:47:51 PM
I have some crystal reports .rpt files that I'd like to publish to users via
the SSR menu. Is there anyway to do this?
THanks
--
Doug... more >>
Embedded Code
Posted by Joe at 8/29/2005 11:50:39 AM
I have read several posts but still cannot get to the answer and I
think it is something very basic and simple.
I have one report with embedded code that is running a sqlconnection,
sqlcommand, and sqldatareader to get two different fields from a query
to build a string to return back to the t... more >>
Cannot create a connection to data source
Posted by Roy at 8/29/2005 10:12:17 AM
Windows 2003 Enterprise SP1, Sql Server 2005 June CTP.
I created a report on data from another server. I can run the report just
fine on the server with Reporting Services.
When I try to run the report from my computer I get the cannot create
connection error. I have full rights to the server ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HTTP 401 - Unauthorized
Posted by Mark_Rarefy at 8/29/2005 8:27:45 AM
Windows 2003 SP1
SQL 2000 SP4
RS SP2
I have a soap call to the report server that would generate a PDF. After
installing SP1 to windows 2003 my code stopped working. I would get HTTP 401
- Unauthorized. If I remove SP1 code works like a champ.
I have done the DisableLoopbackCheck = 1 ... more >>
To: Question for Robert Bruckner at Microsoft
Posted by Keith at 8/29/2005 6:17:08 AM
Robert,
I want to thank you for monitoring this group and providing us with answers
to many of our questions.
I would like to bend your ear concerning some functionality that we
desperately need with SRS 2005. We are very happy overall with SRS and your
team has done a great job. We ar... more >>
CreateSubscription
Posted by r388042 at 8/29/2005 2:10:03 AM
Hi,
I am not an expert but I want to create a subscription. Where can I find
informations? I don't understand all.
Moreover, I used Visual Stucio.NET. In my application, I have created a
webservice. I want that my application sends via e-mail the report. Must I
use CreateSubscription method?... more >>
CreateSubscription service creates all the subscriptions as ASPNET user
Posted by akhan via SQLMonster.com at 8/29/2005 12:00:00 AM
I have a custom form which users can use to create subscriptions for specific
reprots. I am able to create subscriptions just fine but my issue is that all
the subscriptions are created as ASPNET user. Am I missing something in the
setup?
Thanks for your help.
--
Message posted via SQLM... more >>
|