ReportExpression-Konstruktor (Boolean)
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 Boolean _
)
'Usage
Dim value As Boolean
Dim instance As New ReportExpression(value)
public ReportExpression(
bool value
)
public:
ReportExpression(
bool value
)
new :
value:bool -> ReportExpression
public function ReportExpression(
value : boolean
)
Parameter
- value
Typ: System. . :: . .Boolean
A Boolean value.