Właściwość TextRun.Value
Wyrażenie, którego wartość jest wyświetlana w czasie wykonywania dla TextRun.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property Value As ReportStringProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty obiektu.
Zobacz także