Propriedade do RDL EmbeddedImage.Size
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the size 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 Size As SizeF
Get
'Uso
Dim instance As EmbeddedImage
Dim value As SizeF
value = instance.Size
public SizeF Size { get; }
public:
property SizeF Size {
SizeF get ();
}
member Size : SizeF
function get Size () : SizeF
Valor da propriedade
Tipo: System.Drawing.SizeF
A SizeF object.