Partilhar via


Propriedade do RDL EmbeddedImage.Width

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the width of the embedded image.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property Width As Double 
    Get
'Uso
Dim instance As EmbeddedImage 
Dim value As Double 

value = instance.Width
public double Width { get; }
public:
property double Width {
    double get ();
}
member Width : float
function get Width () : double

Valor da propriedade

Tipo: System.Double
The width of the embedded image.

Consulte também

Referência

EmbeddedImage Classe

Namespace Microsoft.ReportingServices.RdlObjectModel