Partager via


Propriété ChartStripLine.Title

Title for the strip line.

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

Syntaxe

'Déclaration
Public Property Title As ReportExpression 
    Get 
    Set
'Utilisation
Dim instance As ChartStripLine 
Dim value As ReportExpression 

value = instance.Title

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

Valeur de propriété

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

Voir aussi

Référence

ChartStripLine Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel