Udostępnij przez


Właściwość ChartFormulaParameter.Instance

Pobiera obiekt wystąpienie raport, który zawiera obliczone wartości tego obiektu definicja raportu.

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

Składnia

'Deklaracja
Public ReadOnly Property Instance As ChartFormulaParameterInstance
    Get
'Użycie
Dim instance As ChartFormulaParameter
Dim value As ChartFormulaParameterInstance

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