다음을 통해 공유


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.