ReportSize.SetPixels Method
Sets the number of pixels for the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub SetPixels ( _
pixels As Double _
)
'Usage
Dim instance As ReportSize
Dim pixels As Double
instance.SetPixels(pixels)
public void SetPixels(
double pixels
)
public:
void SetPixels(
double pixels
)
member SetPixels :
pixels:float -> unit
public function SetPixels(
pixels : double
)
Parameters
- pixels
Type: System.Double
The number of pixels.