Viewing 15 posts - 1 through 15 (of 44 total)
If i have understand try this:
1) Click Add Group --> Child Group from your group header row (as shown in Img1.png)
2) Select "Show detail data" radio button in next pop-up...
June 11, 2015 at 1:41 am
You can do it with some limitations. You have to chage Reprting Services css. Take a lokk at:
and
June 3, 2014 at 1:35 am
Probably you have a problem with the filter in Dataset. You have to use "In" instead "=".
June 3, 2014 at 1:30 am
Probably CategoryQuota is a Multivalue Parameter. It's an array, so, the expression get a specific value in this Array.
You can define Variables for different scope. I think that IndextoCategoryQuota is...
May 15, 2014 at 1:39 am
Try this
Inside world.zip you'll find MyEurope.shp.
Let me know if it works
March 31, 2014 at 5:34 am
This works for me:
"CSS Based System Wide Solution
1) First, navigate to the directory where reporting services is installed, in my case (MSSQL 2012SP1) it is:
C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer
In that...
March 7, 2014 at 1:36 am
You need to add the RankNumber to your Dataset. Something like this:
SELECT ROW_NUMBER() OVER(ORDER BY value DESC) as RankNumber,*
FROM (
SELECT 'test1' AS name, 100 AS value,...
February 12, 2014 at 8:00 am
Default Values -> Specific Values -> fx
Then copy this: =new Integer(){0,1}
Hope it works
February 12, 2014 at 4:26 am
1) Change your DataSet and add a column with ROW_NUMBER() OVER(ORDER BY <Field> DESC)
2) Use this column as Rank column
Hope it works
February 12, 2014 at 4:18 am
What about dimensions of Report's "Body"?
January 16, 2014 at 1:56 am
Viewing 15 posts - 1 through 15 (of 44 total)