Udostępnij przez


Konstruktor ReportExpression (Boolean)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub New ( _
    value As Boolean _
)
'Użycie
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
)

Parametry