ReportExpression.BuildFunctionCall(String, String[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Criar uma expressão da chamada de função.
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
Parâmetros
- funcName
- String
O nome da função.
- args
- String[]
Os argumentos.
Retornos
A expressão da chamada de função criada.