Image.Sizing Property
Specifies the sizing behavior for the image.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Sizing As Image..::..Sizings
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.ReportRendering.Image.Sizings
A Image.Sizings enumeration containing a value representing the sizing behavior for the image.