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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets an expression that evaluates to the chart legend column header.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Header As ChartLegendColumnHeader
Get
'Usage
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnHeader
value = instance.Header
public ChartLegendColumnHeader Header { get; }
public:
property ChartLegendColumnHeader^ Header {
ChartLegendColumnHeader^ get ();
}
member Header : ChartLegendColumnHeader
function get Header () : ChartLegendColumnHeader
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader
A ChartLegendColumnHeader object that represents the chart legend column header.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace