Share via


ChartStripLine.Title Property

Title for the strip line.

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

Syntax

'Declaration
Public Property Title As ReportExpression 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ChartStripLine Class

Microsoft.ReportingServices.RdlObjectModel Namespace