Свойство ChartLegendCustomItem.Instance
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the report instance object that contains the calculated values of this report definition object.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Instance As ChartLegendCustomItemInstance
Get
'Применение
Dim instance As ChartLegendCustomItem
Dim value As ChartLegendCustomItemInstance
value = instance.Instance
public ChartLegendCustomItemInstance Instance { get; }
public:
property ChartLegendCustomItemInstance^ Instance {
ChartLegendCustomItemInstance^ get ();
}
member Instance : ChartLegendCustomItemInstance
function get Instance () : ChartLegendCustomItemInstance
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering