all groups > sql server reporting services > december 2006 > threads for december 29 - 31, 2006
Filter by week: 1 2 3 4 5
trouble with async call to RS web service
Posted by Supriya at 12/30/2006 3:52:00 AM
Hi,
I am trying to render a report from a console application. The report takes
a while to execute and so, the synchronous web service method, Render()
returns a timeout error.
I tried to use the Asynchronous alternative and I find that the code just
hangs at the EndRender() function. I have... more >>
trouble with access query
Posted by ana9 at 12/29/2006 5:14:52 PM
I have the following query in an access database that works just fine:
SELECT [SALES ORDER].ACCOUNTMANAGER, [SALES ORDER].ORDERAMOUNT, Sum([SALES
ORDER]![PRODREVENUE]+[SALES ORDER]![SVCREVENUE]+[SALES ORDER]![TRREVENUE]) AS
TTLREV, Sum([SALES ORDER]![PRODMARGIN]+[SALES ORDER]![SVCMARGIN]+[SALES... more >>
capturing reportviewer parameters
Posted by Passx at 12/29/2006 2:41:43 PM
Hi Guys
I have an application which consists of a navigation bar and a frame.
When a user selects a hyperlink on the navigation bar that particular
report is displayed in the frame. Now these reports contains links
through which the user can jump to some other report which is not
present in t... more >>
Printing directly to the printer
Posted by superstuben NO[at]SPAM gmail.com at 12/29/2006 12:54:22 PM
Greetings all:
I am in the process of re-writing multiple reports for a
custom-developed enterprise system, of which all the current reports
are based in Crystal Decisions. We are using Visual Studio 2003, and
are running SSRS 2000, with planned upgrades to version 2005 on both.
The problem I... more >>
WebService receives NULL parameter when called from Report Designer
Posted by JJ at 12/29/2006 8:37:08 AM
Hi experts!
I wrote a WebService which serves as datasource for the reports in
Reporting Services.
The WebMethod takes 1 string parameter. I created 2 corresponding
parameters in the report (one report parameter and one dataset
parameter).
When I call the WebMethod by the browser and enter... more >>
|