Title Propiedad
Gets the calculated value of the Title property in a ChartStripLine class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Title As String
Get
'Uso
Dim instance As ChartStripLineInstance
Dim value As String
value = instance.Title
public string Title { get; }
public:
property String^ Title {
String^ get ();
}
member Title : string
function get Title () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string value that represents the calculated value of the Title property.