GaugeInputValue.Value 屬性
Gets the expression for the value.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Value As ReportVariantProperty
Get
'用途
Dim instance As GaugeInputValue
Dim value As ReportVariantProperty
value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.