Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.