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, _
property As String _
) As String
'Usage
Dim fieldName As String
Dim property As String
Dim returnValue As String
returnValue = ReportExpression.BuildFieldReference(fieldName, _
property)
public static string BuildFieldReference(
string fieldName,
string property
)
public:
static String^ BuildFieldReference(
String^ fieldName,
String^ property
)
static member BuildFieldReference :
fieldName:string *
property:string -> string
public static function BuildFieldReference(
fieldName : String,
property : String
) : String
Parameters
- fieldName
Type: System.String
The field name.
- property
Type: System.String
The property name.
Return Value
Type: System.String
The built reference.