Propriedade do RDL Text

Text of the label.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Text As ReportExpression
    Get
    Set
'Uso
Dim instance As GaugeLabel
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)