Partilhar via


Propriedade do RDL ChartFormulaParameter.Instance

Gets the report instance object that contains the calculated values of this report definition object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Instance As ChartFormulaParameterInstance 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterInstance
A ChartFormulaParameterInstance object.

Consulte também

Referência

ChartFormulaParameter Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering