Méthode BuildFunctionCall
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function BuildFunctionCall ( _
funcName As String, _
ParamArray args As String() _
) As String
'Utilisation
Dim funcName As String
Dim args As String()
Dim returnValue As String
returnValue = ReportExpression.BuildFunctionCall(funcName, _
args)
public static string BuildFunctionCall(
string funcName,
params string[] args
)
public:
static String^ BuildFunctionCall(
String^ funcName,
... array<String^>^ args
)
static member BuildFunctionCall :
funcName:string *
args:string[] -> string
public static function BuildFunctionCall(
funcName : String,
... args : String[]
) : String
Paramètres
- funcName
Type : System. . :: . .String
The function name.
- args
Type : array<System. . :: . .String> [] () [] []
Valeur de retour
Type : System. . :: . .String
A string value.
Voir aussi