Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new instance of the ReportSize class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As Double, _
type As SizeTypes _
)
'Usage
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
)
Parameter
- value
Typ: System.Double
The numeric value of the size.
- type
Typ: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The unit of the size.