Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the set of titles for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartTitles As IList(Of ChartTitle)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<ChartTitle>
An IList<T> object.