I want to create a (vb.net) method and call it from an expression like this:
=Code.WhereDoIWriteThiscode(Fields!SomeValue.Value)
Where do I write this WhereDoIWriteThiscode method ?
The documentation says it is an embedded method, but that does not help me.
Thanks.
You go in
Report > Report PropertiesThen you go in the
Codetab. You enter this function in theCustom Codetextbox.