Viewing 15 posts - 166 through 180 (of 225 total)
The alternative is still to use a link; but the link specifies the document name as a parameter to an aspx component on a web server, which retrieves the file...
April 13, 2011 at 8:17 am
How about if you modify rsreportservice.config so that it only runs 1 subscription at a time, using MaxQueueThreads? (It says it's only for "subscriptions and notifications"...)
April 11, 2011 at 6:59 pm
I'm stumped, I've never encountered this, and I've shown numbers up to hundreds of millions.
I think the way to deal with it is through elimination.
- Run the query in SSMS...
April 11, 2011 at 6:53 pm
Do an SSIS project to extract each "image" on a schedule from the database into the web server file system; then on the report link to that address so when...
April 11, 2011 at 6:50 pm
I'm pretty sure you can't make it live, but you can have it automatically refresh every minute or so. On the report there's an AutoRefresh property.
Some people were talking about...
April 11, 2011 at 6:34 pm
You're not doing anything wrong. And I know it has a GUID in there, but that's not what it is actually using. It's actually just using the DataSources/DataSources/DataSourceReference.
If you look...
April 11, 2011 at 6:28 pm
I don't think a rectangle will help.
Try the filter I suggested.
Also try adding a few pixels of space between them. I have seen RS do some odd things when objects...
April 11, 2011 at 6:05 pm
Easy peasy!
In your existing dataset, join each customer to their payment information. Then create a table with a row group on the customer name, and two columns. Insert rectangles into...
April 11, 2011 at 7:19 am
In my short experience with report models, they use GUIDs to refer to everything instead of a proper name, and so whenever a database schema is modified or deleted/recreated, it...
April 11, 2011 at 7:12 am
You can do the separate worksheets in Excel easily enough; they're done by setting a page break (like per group in a list object that contains all of those other...
April 11, 2011 at 7:05 am
I wonder if it was allowing them to login; but the error was related to them not having access to the root folder.
April 11, 2011 at 6:10 am
I'm almost certain they can co-exist. But if you used the defaults they'd likely both be trying to use the same port number which likely isn't going to work.
Try changing...
April 11, 2011 at 6:08 am
So you have 4 tables on the report, right?
They're not in rectangles or anything?
And they're all directly underneath each other (maybe with a few pixels space)?
If you hide one...
April 11, 2011 at 6:02 am
belkobot (4/11/2011)
I have couple of items in grouping list: grouping_by_id, grouping_by_date, grouping_by_type. I want turn...
April 11, 2011 at 5:49 am
It sounds like it needs to be recursive, so you either need a stored procedure on the database, or in the report builder switch to "Edit As Text" and build...
April 11, 2011 at 1:59 am
Viewing 15 posts - 166 through 180 (of 225 total)