Partager via


Méthode SetPixels

Sets the number of pixels for the size.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub SetPixels ( _
    pixels As Double _
)
'Utilisation
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
)

Paramètres