共用方式為


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 命名空間