Propriedade Width
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Width As Single
Get
'Uso
Dim instance As EmbeddedImage
Dim value As Single
value = instance.Width
public float Width { get; }
public:
property float Width {
float get ();
}
member Width : float32
function get Width () : float
Valor da propriedade
Tipo: System. . :: . .Single
A float value.
Consulte também