Anyone knows what language one can use when editing an expression (SSRS expressions) in visual studio? Also, if possible would like to have a link to a documentation or a tutorial for that language.
Anyone knows what language one can use when editing an expression (SSRS expressions) in
Share
In an expression, the language is whatever the expression builder supports. Sort of a blend of Excel and Access syntax.
It’s also possible to add code to the Report -> Report Properties -> Code window. In that window, the syntax is more like VBScript or VB6. Functions built there, can be accessed from an expression:
According to http://msdn.microsoft.com/en-us/library/ms155798(v=sql.90).aspx, the language is provided by several .NET 2.0 assemblies Microsoft.VisualBasic, System.Convert, and System.Math.