Freigeben über


ChartLegendCustomItemCell.Instance-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Public ReadOnly Property Instance As ChartLegendCustomItemCellInstance 
    Get
'Usage
Dim instance As ChartLegendCustomItemCell 
Dim value As ChartLegendCustomItemCellInstance 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.

Siehe auch

Verweis

ChartLegendCustomItemCell Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace