Partager via


Propriété ChartStripLine.Title

Gets an expression that evaluates to the title for the strip line.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Title As ReportStringProperty 
    Get
'Utilisation
Dim instance As ChartStripLine 
Dim value As ReportStringProperty 

value = instance.Title
public ReportStringProperty Title { get; }
public:
property ReportStringProperty^ Title {
    ReportStringProperty^ get ();
}
member Title : ReportStringProperty
function get Title () : ReportStringProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Voir aussi

Référence

ChartStripLine Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering