Propriété Instance
Gets the report instance object that contains the calculated values of this report definition object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Instance As ChartItemInLegendInstance
Get
'Utilisation
Dim instance As ChartItemInLegend
Dim value As ChartItemInLegendInstance
value = instance.Instance
public ChartItemInLegendInstance Instance { get; }
public:
property ChartItemInLegendInstance^ Instance {
ChartItemInLegendInstance^ get ();
}
member Instance : ChartItemInLegendInstance
function get Instance () : ChartItemInLegendInstance
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartItemInLegendInstance
A ChartItemInLegendInstance object.