Viewing 12 posts - 1 through 12 (of 12 total)
Put them on seperate servers if you can.
SSAS can use up alot of memory... and if you're relying on your reports real time then you wont' want a box that's...
May 22, 2008 at 7:50 am
a bit old but i thought i'd reply nonetheless.
You have a control in .net called the report viewer.
It's honestly as simple as dragging the control onto your form and...
May 22, 2008 at 7:47 am
Bit old but thought i'd reply.
I'm not sure you could get around this as the logic wouldn't make sense to RS.
If you are going back to the same report, then...
April 28, 2008 at 1:26 am
Parameters can't be forward dependant...
I created a very basic version of my problem... and i got the error mesasge.
That answered my question.
My solution...
Creating a table then dropping it is...
April 18, 2008 at 1:36 am
That definitely looks like a dataset issue.
I run into problems like that all the time, when i've assigned a dataset to a table, remove it, and apply a new one.
The...
April 17, 2008 at 1:37 am
Might be useful if you post what you're doing when you get this error?
If you're moving the rs database around it may have something to do with your encryption keys.
April 16, 2008 at 9:55 am
it wasn't the grouping that was slow...
I was using quite a few expressions in the textbox properties. I removed alot of the code and it all seems fine now.
no problems...
April 16, 2008 at 9:32 am
sounds odd...
if you open the rdl that you are deploying in a text editor and compare it to the rdl that you are using in VS (in your projects folder),...
April 16, 2008 at 9:26 am
To create report templates:
Create your report in a project.
Locate Copy and rename the rdl file on your filesystem and move to the templates directory.
Mine template directory is:
Program Files\Microsoft Visual Studio...
March 31, 2008 at 7:30 am
No thats not true at all.
You can parse in multiple parameters.
AND you can even use your datetime picker as you just said.
March 31, 2008 at 2:58 am
Viewing 12 posts - 1 through 12 (of 12 total)