Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Builds a reference to the field.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function BuildFieldReference ( _
fieldName As String _
) As String
'Usage
Dim fieldName As String
Dim returnValue As String
returnValue = ReportExpression.BuildFieldReference(fieldName)
public static string BuildFieldReference(
string fieldName
)
public:
static String^ BuildFieldReference(
String^ fieldName
)
static member BuildFieldReference :
fieldName:string -> string
public static function BuildFieldReference(
fieldName : String
) : String
Parameters
- fieldName
Type: System.String
The field name.
Return Value
Type: System.String
The built reference.