다음을 통해 공유


Image.Sizing 속성

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

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Sizing As Sizings 
    Get 
    Set
‘사용 방법
Dim instance As Image 
Dim value As Sizings 

value = instance.Sizing

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

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.Sizings
The behavior if the image does not fit within the specified size

참고 항목

참조

Image 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스