Метод BuildParameterReference (String, String)

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Пространство имен:  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

Параметры

Возвращаемое значение

Тип: System. . :: . .String
A string value.