Viewing 15 posts - 196 through 210 (of 290 total)
I've run into a similar issue before. Did you rename that parameter in SSRS at any point? I've found SSRS doesn't always update the new name everywhere.
Right click...
September 22, 2015 at 2:32 am
1. Open your parent report and create the dataset as described above (this dataset returns a table of your selected parameter values).
2. Insert a List into the report and...
September 18, 2015 at 6:36 am
If you set the action at the Textbox level as far as I am aware the Action and parameter details do copy and paste.
September 17, 2015 at 10:35 am
Interesting one. I don't think you can iterate over the values in the multivalued parameter in SSRS. What I would do is to create a dataset that calls...
September 17, 2015 at 5:01 am
For complex date calculations like this I would suggest you create a Calendar table. It will save you a lot of headaches in the long run.
April 16, 2015 at 7:39 am
Did you set your parameter data type to Integer? Your value is being converted in the query it's passed to but within SSRS it is still defined as a...
January 26, 2015 at 5:26 am
Depends how the dimension attribute was created but try changing the sort order for the group to use Fields!Month.Key
January 23, 2015 at 7:39 am
Have you tried passing the Max(fields!text.value,"<your_group_name>") to the subreport?
January 15, 2015 at 3:48 am
Another alternative is that Excel can subscribe to a report as a datafeed. In the report manager, when viewing a report, if you click the little orange square that...
January 13, 2015 at 8:41 am
This is probably a bit old, but for future reference. The SetItemParameters method accepts an array of ItemParameters even if you are only changing one, this allows you to...
January 13, 2015 at 2:54 am
Hi Peter,
I believe the table option is only available via an ODBC datasource. Don't ask me why this is.
Cheers.
December 23, 2014 at 6:38 am
Not experienced this issue but as a workaround you can enable Excel xls rendering in SSRS 2012.
You need to edit the rsreportserver.config file. Find the extension for...
December 12, 2014 at 3:55 am
Hi Bill,
This is possible but not through the standard export feature. Hopefully you are using Enterprise Edition?
If so you can create a Data Driven Subscription to generate the reports....
October 27, 2014 at 8:29 am
tango66, I think the point was to allow alternate colouring to distinguish groups of values rather than the classic line by line greenbar. However this is still possible with...
October 27, 2014 at 3:41 am
Viewing 15 posts - 196 through 210 (of 290 total)