Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the chart titles.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Titles As ChartTitleCollection
Get
'Usage
Dim instance As Chart
Dim value As ChartTitleCollection
value = instance.Titles
public ChartTitleCollection Titles { get; }
public:
property ChartTitleCollection^ Titles {
ChartTitleCollection^ get ();
}
member Titles : ChartTitleCollection
function get Titles () : ChartTitleCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitleCollection
A ChartTitleCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace