ReportExpression.BuildParameterReference Method (String, String)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Builds a parameter reference.
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
Parameters
- paramName
Type: System.String
The parameter name.
- property
Type: System.String
The property name.
Return Value
Type: System.String
A built parameter reference.