Compartir a través de


ChartStripLine.Title Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Title As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartStripLine Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering