BuildUserReference Método
Build a reference to a user.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Function BuildUserReference ( _
property As String _
) As String
'Uso
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
Parámetros
- property
Tipo: System. . :: . .String
The property name.
Valor devuelto
Tipo: System. . :: . .String
A string value.