Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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