unfortenately not in my case;
did try many combinations with sum(Fields!TheValue.Value)..................
did not success.
perhaps a issue of my database query i use for filling the matrix...but how said: MY problem ist solved, just wanted to post here my solution ;)
have a nice day!
xlbo thanks for your answer.
i did try to set the properties in the properties window that opens after rightclicking on the green triangle already yesterday.
but if you want to set there cell-value-depending you will fail! you cannot use "Me.Value" in the expressions of the...
did solve it: do set the properties you wish (color, backcolor, text-decoration...) on the detailcell with the inscope function, e.g.:
=
iif
(InScope("matrix1_ReVuShortCut"),
iif(InScope("matrix1_EventTyp"),
"Blue",
iif(Me.Value.ToString = "0", "Red", "Green")
)...
i have a simple matrix with a dynamic rowgroup, a dynamic columngroup and the subtotals for them.
all is ready and good, but now i have to colorize the values in the cells but only in subtotal row and colum. if the value is zero (0) then the font color must be red, if the value is bigger than...
i did just add the subtotal by right-clicking the colum and the row.
in the detail i had the expression Fields!GesamtAnzahlVeranstaltungenPerTruck.Value because my database view for the matrix already counted the wanted data.
i did not know that the matrix detail cell is "coupled" with the...
hello,
how can i manipulate a report result (asp.net reports web site), lets say a matrix, with csharp? i tried many eventhandlers such as reportviewer_load or reportviewer_prerender in my default.aspx.cs and debugged (clicked through the watch); i cannot find a possibility to manipulate a...
hello,
i did create a matrix in a vs2008 asp.net reports website.
a view does fetch the data for the matrix from the sqlserver2000 database in a dataset.
i added a subtotal row, but unfortenately it shows not the total sum of my column contents! it seems that it shows only the numbers of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.