Click here to Skip to main content
15,886,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have made a function in Code window of Report(.RDLC) by selecting its property.

Neither I can see it intellisense (e.g. =Code.FunctionName) Nor It is working If I just call it.

How Should I call that function in Report?

Regards!
Aman
Posted
Updated 29-Apr-11 19:53pm
v3

This article sample will help you out: Localization of SSRS Reports[^]

BTW, You won't find intellisense for customcode as such.
 
Share this answer
 
=Code.FunctionName()

Make sure you put this on an expression value and its case sensitive. If you are not sure if the code works, try returning a simple string and displaying it on your textbox.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900