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)