Udostępnij przez


Właściwość ChartFormulaParameter.Value

Pobiera wyrażenie ma wartość parametru, jeśli wartość nie zależy od punktów danych rzeczywistych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Value As ReportVariantProperty
    Get
'Użycie
Dim instance As ChartFormulaParameter
Dim value As ReportVariantProperty

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty