ReportProperty.ExpressionString 属性

Gets the expression string for the report property, if the report property is an expression.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ExpressionString As String
    Get
用法
Dim instance As ReportProperty
Dim value As String

value = instance.ExpressionString
public string ExpressionString { get; }
public:
property String^ ExpressionString {
    String^ get ();
}
member ExpressionString : string
function get ExpressionString () : String

属性值

类型:System.String
The expression string for the report property.