Método BuildParameterReference (String, String)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function BuildParameterReference ( _
paramName As String, _
property As String _
) As String
'Uso
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
Parâmetros
- paramName
Tipo: System. . :: . .String
The parameter name.
- property
Tipo: System. . :: . .String
The property name.
Valor de retorno
Tipo: System. . :: . .String
A string value.
Consulte também