Método ToPixels
Returns the size in pixels.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function ToPixels As Double
'Uso
Dim instance As ReportSize
Dim returnValue As Double
returnValue = instance.ToPixels()
public double ToPixels()
public:
double ToPixels()
member ToPixels : unit -> float
public function ToPixels() : double
Valor de retorno
Tipo: System. . :: . .Double
A double value.
Consulte também