Свойство ChartLegendCustomItemCell.ImageWidth
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an expression that evaluates to the width of the cell image.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ImageWidth As ReportIntProperty
Get
'Применение
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty
value = instance.ImageWidth
public ReportIntProperty ImageWidth { get; }
public:
property ReportIntProperty^ ImageWidth {
ReportIntProperty^ get ();
}
member ImageWidth : ReportIntProperty
function get ImageWidth () : ReportIntProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the width of the cell image.
См. также
Справочник
ChartLegendCustomItemCell Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering