views:

19

answers:

1

I am confused what these expressions are made out of ? i mean is that VB.NET/ VB Script/ Something else with just VB syntax ?

A: 

they are written with VB.NET

http://msdn.microsoft.com/en-us/library/ms345242.aspx

Flakron Bytyqi
Does that mean that i can consume .NET API into SSRS expressions ?
Anil Namde
You can, here is a link - http://www.devx.com/codemag/Article/33656/1954
Wade73
a quote from their site"Expressions begin with an equal (=) and are written in Microsoft Visual Basic. Expressions can include a combination of constants, operators, and references to built-in values (fields, collections, and functions), and to external or custom code."
Flakron Bytyqi