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