Friday, March 9, 2012

Function Reference

Where can I get reference documentation to all the functions that can be used in SSRS cells and expressions. I cant seem to find it in the help.

Regards

Frik

It's listed under Using Expressions in Reporting Services.

http://msdn2.microsoft.com/en-us/library/ms159673(en-US,SQL.90).aspx

-Lukasz


This posting is provided "AS IS" with no warranties, and confers no rights.

|||

In addition to the built-in RDL functions, you can use any object / function from the .NET framework which is available within the following namespaces: System, System.Convert, System.Math, and Microsoft.VisualBasic.
A reference of available expression functions in the VB runtime library is available at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vaoriVBRuntimeLibraryKeywords.asp

-- Robert

No comments:

Post a Comment