Sdílet prostřednictvím


ReportSize.ToPixels Method

Returns the size in pixels.

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

Syntax

'Declaration
Public Function ToPixels As Double
'Usage
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

Return Value

Type: System.Double
The size in pixels.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace