BuildParameterReference-Methode (String, String)
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function BuildParameterReference ( _
paramName As String, _
property As String _
) As String
'Usage
Dim paramName As String
Dim property As String
Dim returnValue As String
returnValue = ReportExpression.BuildParameterReference(paramName, _
property)
public static string BuildParameterReference(
string paramName,
string property
)
public:
static String^ BuildParameterReference(
String^ paramName,
String^ property
)
static member BuildParameterReference :
paramName:string *
property:string -> string
public static function BuildParameterReference(
paramName : String,
property : String
) : String
Parameter
- paramName
Typ: System. . :: . .String
The parameter name.
- property
Typ: System. . :: . .String
The property name.
Rückgabewert
Typ: System. . :: . .String
A string value.