Chart.Titles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the chart titles.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartTitleCollection ^ Titles { Microsoft::ReportingServices::OnDemandReportRendering::ChartTitleCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartTitleCollection Titles { get; }
member this.Titles : Microsoft.ReportingServices.OnDemandReportRendering.ChartTitleCollection
Public ReadOnly Property Titles As ChartTitleCollection
Property Value
A ChartTitleCollection object.