Freigeben über


ReportExpression.BuildUserReference-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Builds a user reference expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function BuildUserReference ( _
    property As String _
) As String
'Usage
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

Parameter

Rückgabewert

Typ: System.String
The built user reference expression.

Siehe auch

Verweis

ReportExpression Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace