Свойство EmbeddedImage.Width

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the width of the embedded image.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public ReadOnly Property Width As Double 
    Get
'Применение
Dim instance As EmbeddedImage 
Dim value As Double 

value = instance.Width
public double Width { get; }
public:
property double Width {
    double get ();
}
member Width : float
function get Width () : double

Значение свойства

Тип: System.Double
The width of the embedded image.

См. также

Справочник

EmbeddedImage Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel