Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
) As String
'Usage
Dim paramName As String
Dim returnValue As String
returnValue = ReportExpression.BuildParameterReference(paramName)
public static string BuildParameterReference(
string paramName
)
public:
static String^ BuildParameterReference(
String^ paramName
)
static member BuildParameterReference :
paramName:string -> string
public static function BuildParameterReference(
paramName : String
) : String
Parameters
- paramName
Type: System.String
The parameter name.
Return Value
Type: System.String
A built parameter reference.