ReportExpression Constructor (String)
Initializes a new instance of the ReportExpression class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub New ( _
value As String _
)
'Uso
Dim value As String
Dim instance As New ReportExpression(value)
public ReportExpression(
string value
)
public:
ReportExpression(
String^ value
)
new :
value:string -> ReportExpression
public function ReportExpression(
value : String
)
Parámetros
- value
Tipo: System.String
A string value.
Vea también
Referencia
Sobrecarga de ReportExpression
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel