Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value that defines the behavior if the image does not fit within the specified size.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Sizing As Sizings
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.Sizings
The behavior if the image does not fit within the specified size
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel