Partager via


Propriété Text

Gets or sets the text of the title.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Text As ReportExpression
    Get
    Set
'Utilisation
Dim instance As MapTitle
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)