BuildUserReference 메서드
Build a reference to a user.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Shared Function BuildUserReference ( _
property As String _
) As String
‘사용 방법
Dim property As String
Dim returnValue As String
returnValue = ReportExpression.BuildUserReference(property)
public static string BuildUserReference(
string property
)
public:
static String^ BuildUserReference(
String^ property
)
static member BuildUserReference :
property:string -> string
public static function BuildUserReference(
property : String
) : String
매개 변수
- property
형식: System. . :: . .String
The property name.
반환 값
형식: System. . :: . .String
A string value.