Image.Sizing 属性
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
A Sizings object.