Метод BuildParameterReference (String, String)
Build a parameter reference.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Function BuildParameterReference ( _
paramName As String, _
property As String _
) As String
'Применение
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
Параметры
- paramName
Тип System. . :: . .String
The parameter name.
- property
Тип System. . :: . .String
The property name.
Возвращаемое значение
Тип System. . :: . .String
A string value.