Propriedade do RDL Width
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no 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 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
A float value.
Consulte também