Metodo FromPixels
Return a ReportSize by specifying pixels.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Function FromPixels ( _
pixels As Double, _
type As SizeTypes _
) As ReportSize
'Utilizzo
Dim pixels As Double
Dim type As SizeTypes
Dim returnValue As ReportSize
returnValue = ReportSize.FromPixels(pixels, _
type)
public static ReportSize FromPixels(
double pixels,
SizeTypes type
)
public:
static ReportSize FromPixels(
double pixels,
SizeTypes type
)
static member FromPixels :
pixels:float *
type:SizeTypes -> ReportSize
public static function FromPixels(
pixels : double,
type : SizeTypes
) : ReportSize
Parametri
- pixels
Tipo: System. . :: . .Double
Valore restituito
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.
Vedere anche