Свойство ChartLegendColumn.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 ChartLegendColumnInstance
Get
'Применение
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnInstance
value = instance.Instance
public ChartLegendColumnInstance Instance { get; }
public:
property ChartLegendColumnInstance^ Instance {
ChartLegendColumnInstance^ get ();
}
member Instance : ChartLegendColumnInstance
function get Instance () : ChartLegendColumnInstance
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance
A ChartLegendColumnInstance object that represents the report instance object that contains the calculated values of this report definition object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering