Поделиться через


Свойство Image.Sizing

Gets a value that defines the behavior if the image does not fit within the specified size.

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

Синтаксис

'Декларация
Public Property Sizing As Image.Sizings 
    Get 
    Set
'Применение
Dim instance As Image 
Dim value As Image.Sizings 

value = instance.Sizing

instance.Sizing = value
public Image.Sizings Sizing { get; set; }
public:
property Image.Sizings Sizing {
    Image.Sizings get ();
    void set (Image.Sizings value);
}
member Sizing : Image.Sizings with get, set
function get Sizing () : Image.Sizings 
function set Sizing (value : Image.Sizings)

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.Image.Sizings
One of the enumeration values of the Image.Sizings enumeration that defines the behavior if the image does not fit within the specified size.

См. также

Справочник

Image Класс

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