Image.Sizing 属性

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)