ReportExpression-Konstruktor (Int32)
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As Integer _
)
'Usage
Dim value As Integer
Dim instance As New ReportExpression(value)
public ReportExpression(
int value
)
public:
ReportExpression(
int value
)
new :
value:int -> ReportExpression
public function ReportExpression(
value : int
)
Parameter
- value
Typ: System. . :: . .Int32
An int value.