Compartir a través de


ReportExpression.Expression Propiedad

Gets or sets the expression string.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Expression As String 
    Get 
    Set
'Uso
Dim instance As ReportExpression 
Dim value As String 

value = instance.Expression

instance.Expression = value
public string Expression { get; set; }
public:
virtual property String^ Expression {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Expression : string with get, set 
override Expression : string with get, set
final function get Expression () : String 
final function set Expression (value : String)

Valor de la propiedad

Tipo: System.String
The expression string.

Implementa

IExpression.Expression

Vea también

Referencia

ReportExpression Estructura

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel