Viewing 15 posts - 1 through 15 (of 38 total)
Navigates to the subreport using a link from one of the textboxes in the table. We are using SharePoint 2003 so it might be a version problem but I have...
June 5, 2014 at 3:19 pm
We have SharePoint with Reporting Services in integrated mode and our ReportServer database does not have a Users table. I checked the SharePoint database and could not find a Users...
April 9, 2014 at 11:47 am
I solved it. The problem was that my sub report had parameters that had available values. sub reports can't have available values in their parameters
March 15, 2014 at 11:17 am
Hi Frank,
I'm getting the same problem. Did you solve it?
March 13, 2014 at 1:32 pm
Yes. Both were deployed. Eventually found out that you need to open the main report with report builder, right click the sub report click on properties and then browse to...
September 7, 2013 at 9:44 am
If I'm getting this right, that is actually what parameters are used for. Get a value for something that affects the result of the report.
When you create a parameter...
June 21, 2013 at 1:02 pm
convert(varchar(30),@variable,120)
just replace @variable with the column or value you want to format
June 21, 2013 at 12:49 pm
If you are receiving the value in the report as a parameter you should format it before the report. If you are filling the available values of the parameter for...
June 21, 2013 at 12:21 pm
Thanks Lynn and Ed for your prompt replies. I agree, Lynn's approach is reusable but for temp queries I might use Ed's
Thanks again
February 27, 2013 at 9:08 am
Found an answer
sp_grantlogin 'NT AUTHORITY\NETWORK SERVICE'
😀
June 7, 2011 at 9:43 am
Instead of using CAST try with CONVERT(varchar(10), DESPATCH_DATE,101). That might help
June 6, 2011 at 12:50 pm
I'm not sure I get your question. Could you copy your query so I can take a look?
June 6, 2011 at 11:58 am
Lowel thanks for your reply.
But no, I'm using the relay server's userid and password. Same ones I'm using from outlook and it works fine there
May 7, 2010 at 10:30 am
Unfortunately there is no email administrator. I was recently hired as developer/dba and the only IT guy here.
Emails were already setup when I got here (thank god)
Any help, please?
May 7, 2010 at 10:14 am
The thing is I'm not looking at having the header in the web page but in the actual report. Showing the header in the page is not a problem. But...
January 21, 2010 at 10:38 am
Viewing 15 posts - 1 through 15 (of 38 total)