Costruttore ReportExpression (Int32)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Initializes a new instance of the ReportExpression class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    value As Integer _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ReportExpression Struttura

Overload ReportExpression

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel