ReportExpression.BuildUserReference 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Function BuildUserReference ( _
property As String _
) As String
用法
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
参数
- property
类型:System.String
The property name.
返回值
类型:System.String
A string value.