Condividi tramite


Proprietà Image.Sizing

Gets or sets a value that defines the behavior if the image does not fit within the specified size.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Sizing As Sizings 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.Sizings
The behavior if the image does not fit within the specified size

Vedere anche

Riferimento

Image Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel