Metoda ReportSize.SetPixels
Ustawia liczbę pikseli dla rozmiaru.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub SetPixels ( _
pixels As Double _
)
'Użycie
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
)
Parametry
- pixels
Typ: System.Double
Liczba pikseli.
Zobacz także