Propriedade do RDL Chart.ChartTitles
Gets or sets the set of titles for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property ChartTitles As IList(Of ChartTitle)
Get
Set
'Uso
Dim instance As Chart
Dim value As IList(Of ChartTitle)
value = instance.ChartTitles
instance.ChartTitles = value
public IList<ChartTitle> ChartTitles { get; set; }
public:
property IList<ChartTitle^>^ ChartTitles {
IList<ChartTitle^>^ get ();
void set (IList<ChartTitle^>^ value);
}
member ChartTitles : IList<ChartTitle> with get, set
function get ChartTitles () : IList<ChartTitle>
function set ChartTitles (value : IList<ChartTitle>)
Valor da propriedade
Tipo: System.Collections.Generic.IList<ChartTitle>
An IList<T> object.