Viewing 15 posts - 46 through 60 (of 64 total)
Well, first of all, if we can, we should avoid using sub-report. Each report renders separately and impacts performance.
Best thing you...
October 17, 2005 at 8:58 am
Well, if there is a DataSet in subreport, it is associated with NoRows property, and subreport object on main report return only whatever is assigned to this property if that...
October 13, 2005 at 7:27 am
You need to assign value to NoRows property of the sub-report OBJECT on the main (parent) report. You can do it by just selecting that sub-report object on main report and...
October 11, 2005 at 1:50 pm
I have edited sytletemplates.xml to include template for my organization and it works fine. You got to keep it in mind that at this time, tags available under 'Corporate' templates...
October 4, 2005 at 1:20 pm
I think Phill is right, but you can change memory size. By default RS uses maximum of 60% of available memory. You can change this setting (if you wants to)...
October 4, 2005 at 8:56 am
Looks like you are trying to show current date and time, if so, just use Global parameter "ExecutionTime" (i.e. =Globals!ExecutionTime). It shows date/time in your mentioned format.
October 4, 2005 at 8:51 am
September 28, 2005 at 6:55 am
By default RS uses maximum of 60% of available memory. You can change this setting (if you wants to) by changing value of
<
MemoryLimit>
September 21, 2005 at 6:54 am
Jane,
Check this blog, this might help you but it didn't state exactly what you are looking for:
http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx
Yes, you can specify cm (centimeter) or mm (millimeter) etc in...
September 16, 2005 at 7:15 am
Hi,
Liked the article, as it is very close to real situations and will definitely help new users.
One thing I would like to bring in your attention is about Email Subscription...
September 9, 2005 at 7:22 am
Thanks MHITE,
That worked but unfortunately multiple columns are not visible when displayed on web, but when exported to PDF looks fine....
August 30, 2005 at 2:09 pm
Take a look at this article, as this explained and clarified my concepts as well:
http://www.devx.com/dbzone/Article/21410/0/page/1
August 17, 2005 at 6:35 am
Thanks for your reply.
Till this point what I came up with is definitely going for same Database Server, but separate database for reports. This report database will be sync every...
August 8, 2005 at 11:43 am
I had a same situation. I used TEXT or NTEXT type of input parameter to pass xml text. Didn't find any better technique for that.
August 2, 2005 at 2:43 pm
Diane is correct. Just wanted to add one more thing, that is, make sure to use variable names with exactly same cases in DTSRUN command, as SOMETIME it behaves...
July 21, 2005 at 6:33 am
Viewing 15 posts - 46 through 60 (of 64 total)