Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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