Constructeur ReportSize (Double, SizeTypes)
Creates a new instance of the ReportSize class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
value As Double, _
type As SizeTypes _
)
'Utilisation
Dim value As Double
Dim type As SizeTypes
Dim instance As New ReportSize(value, type)
public ReportSize(
double value,
SizeTypes type
)
public:
ReportSize(
double value,
SizeTypes type
)
new :
value:float *
type:SizeTypes -> ReportSize
public function ReportSize(
value : double,
type : SizeTypes
)
Paramètres
- value
Type : System. . :: . .Double
The numeric value of the size.
- type
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .SizeTypes
The unit of the size.