Viewing 15 posts - 121 through 135 (of 139 total)
brilliant! Now tell me where did you find that out, in BOL? where is the full list of such properties and methods?
thanks.
July 6, 2005 at 1:56 am
I implemented this (in Access) by just creating a function which takes the operator, number parameter and data value as parameters and returns a true or false which can be...
April 19, 2005 at 1:44 am
Yes, you're right, though you can write your own print rendering extension (apparently). Other than that use the PDF export. The version coming with SQL Server 2005 may well have...
April 13, 2005 at 4:58 am
if the child group's visibility depends on an expression, can't you use the same expression? if not, what are you trying to do exactly? The group won't appear if there...
April 4, 2005 at 3:25 am
you don't need a web server to build reports, but it is necessary for distributing them in the way intended. Otherwise you would have to query the ReportServer database, but...
March 30, 2005 at 2:17 am
yes, we also store 'amended_by' and amended_date' on the main tables.
e.g.
the contact table has:
id (primary key), name, address, ..., entered_by, entry_date, amended_by, amended_date.
the updated_contact table has:
log_id (primary key), id,...
March 10, 2005 at 6:29 am
if you install the ADP at each client, isn't updating it a pain? I use an MDB for reporting which everyone here accesses and updating it just involves refreshing one...
February 25, 2005 at 1:33 am
When I last looked at Access Projects, you couldn't have more than one user accessing it at the same time, which limits its usefulness.
February 24, 2005 at 3:23 am
while we're on the subject, if you create a report with subreports, the columns in Excel aren't consistent as you move down the rows: subreports which yield no rows only...
February 4, 2005 at 1:47 am
This URL achieves your purpose:
http://blue/ReportServer?/project_name/report_name&rs:Command=Render&rs:Format=CSV&rc:Encoding=ASCII
with 'project_name' and 'report_name' provided by you.
I'm just beginning with Reporting Services like yourself. So what's the quickest way of printing a report?
February 3, 2005 at 3:32 am
We tried this out to replace a whole set of tables setup to keep the results of each user's selections from the database. We constructed a single table to hold...
December 2, 2004 at 3:46 am
Solved - tracelog files are on server.
September 23, 2004 at 8:14 am
This is the subject of MS Knowledge Base article 842538; it is fixed in the latest version of Reporting Services.
September 22, 2004 at 9:09 am
When I had this problem in VB it was solved by adding
SET NOCOUNT ON
at the front of the sp.
September 20, 2004 at 1:42 am
Well, there's obviously more than one way to skin a cat (sorry cat lovers , like me); AJ was thinking along the lines I was, but Dave's must get first...
June 10, 2004 at 8:30 am
Viewing 15 posts - 121 through 135 (of 139 total)