Viewing 7 posts - 1 through 7 (of 7 total)
Hi,
Have you tryed passing report parameter from calling report?
in main report while mapping with parameters add report heading as parameter and add the same parameter in sub report and show...
April 13, 2009 at 5:50 am
Hi,
Can you please elobrate your question in detail?
if you just want to check for Negative value u can use
=IIF(Field!Value < 0,"do something","do nothing")
April 13, 2009 at 5:47 am
hi thanks for your quick reply.. but sorry to say still dint clear my query
look, i have simple qty field which is placed in detail section (value) without first(...) or...
August 12, 2008 at 9:49 am
i tryed using sub-total but that is pulling out wrong summation. its show the first value in total, i can try this at your end.
i am using VS2003.
August 12, 2008 at 6:16 am
yes its possible to use matrix in table but u cannot use matrix in detail section of the table
August 11, 2008 at 5:48 am
hi sandeep,
we don't wan't just to print page number the issue is we want this globle varialble of pagenumber inside table, body section... any idea???
July 29, 2008 at 10:43 am
In Code window add following function
Public Function nPageNumber() as string
dim str as String
str = me.Report.Globals!PageNumber.ToString()
Return str
End Function
==============
Call in table body section with the hepl of this line
=Code.nPageNumber()
============
Enjoy 🙂
June 5, 2008 at 1:05 am
Viewing 7 posts - 1 through 7 (of 7 total)