Condividi tramite


Proprietà Title

Title for the strip line.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Title As ReportStringProperty
    Get
'Utilizzo
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