CompiledTextRunInstance.Value 属性
Gets the string value of the parsed text run.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Overrides ReadOnly Property Value As String
Get
用法
Dim instance As CompiledTextRunInstance
Dim value As String
value = instance.Value
public override string Value { get; }
public:
virtual property String^ Value {
String^ get () override;
}
abstract Value : string
override Value : string
override function get Value () : String
属性值
类型:System.String
A string value.