Metodo BuildUserReference
Build a reference to a user.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Function BuildUserReference ( _
property As String _
) As String
'Utilizzo
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
Parametri
- property
Tipo: System. . :: . .String
The property name.
Valore restituito
Tipo: System. . :: . .String
A string value.
Vedere anche