Compartir a través de


CustomLabel.Text Propiedad

Text of the custom label.

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

Sintaxis

'Declaración
Public Property Text As ReportExpression 
    Get 
    Set
'Uso
Dim instance As CustomLabel 
Dim value As ReportExpression 

value = instance.Text

instance.Text = value
public ReportExpression Text { get; set; }
public:
property ReportExpression Text {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Text : ReportExpression with get, set
function get Text () : ReportExpression 
function set Text (value : ReportExpression)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Vea también

Referencia

CustomLabel Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel