Viewing 15 posts - 301 through 315 (of 455 total)
In the Visual Studio IDE right click on the rdl file and you will see a option to Open, View Code, View Designer options with additional option to deploy build...
May 8, 2006 at 7:35 am
Sorry about it, thought this post from a user would help you.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=278044
May 8, 2006 at 5:44 am
Well I don't think this would open up the subreport in a new window. This would just render the subreport in the same window as that of the main report.
May 3, 2006 at 6:47 am
This link has all in the information Microsoft SSRS.
http://www.microsoft.com/sql/technologies/reporting/default.mspx
May 3, 2006 at 6:35 am
Yes, when you are not definite about the number of columns that are generated by the sp resultset, MATRIX is the best control supported by SSRS for rendering the dynamic...
May 3, 2006 at 6:31 am
Just to make sure, check if you have defined two report parameters as @FromDate and @ToDate and on the dataset definition on data tab click on the elipse adcent to...
May 2, 2006 at 10:30 am
As a last trial can u check hardwiring the values of your input data parameters @FromDate and @ToDate in your sp and check running it from your reporting environment, I...
May 2, 2006 at 9:30 am
This post also has a discussion on similar issue with simple recovery transaction log truncation issue just for reference
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=275242&p=1
May 2, 2006 at 9:19 am
Use sp_who from your query analyzer and check if any processes are getting block and see what process are creating any bottlenecks.
May 2, 2006 at 9:13 am
Try using ISNULL(Calcfield,0) as CalcField while populating and see if it helps.
May 2, 2006 at 9:05 am
After changing the permission to anonymous access, try this click on the Edit button and change the user and password to your Administrator User Name and Password and uncheck the...
May 2, 2006 at 9:00 am
I am wondering what data is displayed in your first table, i.e. is the first table populated with data from a dataset or from report parameters? Either way you will...
May 2, 2006 at 8:12 am
Firstly shrink your tempdb and then restart your sql server once and run your stored procedure having dynamic sql that is being used by your report and see if it...
May 2, 2006 at 7:21 am
Please refer to BOL for ntext datatype usage, you need to use READTEXT,WRITETEXT,UPDATETEXT when the size of the text crosses some limit.
May 2, 2006 at 5:43 am
Viewing 15 posts - 301 through 315 (of 455 total)