TextRun.Value 属性

Gets an expression, the value of which is displayed at runtime for the text run.

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

语法

声明
Public MustOverride ReadOnly Property Value As ReportStringProperty 
    Get
用法
Dim instance As TextRun 
Dim value As ReportStringProperty 

value = instance.Value
public abstract ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () abstract;
}
abstract Value : ReportStringProperty
abstract function get Value () : ReportStringProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

请参阅

参考

TextRun 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间