Sets the number of pixels for the size.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Sub SetPixels ( _
pixels As Double _
)
‘사용 방법
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
)
매개 변수
- pixels
유형: System.Double
The number of pixels.