Propriedade do RDL Sizing
Defines the behavior if the image does not fit within the specified size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .Sizings
A Sizings object.