ReportExpression.BuildFunctionCall(String, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds a function call expression.
public:
static System::String ^ BuildFunctionCall(System::String ^ funcName, ... cli::array <System::String ^> ^ args);
public static string BuildFunctionCall (string funcName, params string[] args);
static member BuildFunctionCall : string * string[] -> string
Public Shared Function BuildFunctionCall (funcName As String, ParamArray args As String()) As String
Parameters
- funcName
- String
The function name.
- args
- String[]
The arguments.
Returns
The built function call expression.