ChartLegendColumn Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a chart legend column.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendColumnInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumn

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartLegendColumn _
    Inherits ChartObjectCollectionItem(Of ChartLegendColumnInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartLegendColumn
public sealed class ChartLegendColumn : ChartObjectCollectionItem<ChartLegendColumnInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartLegendColumn sealed : public ChartObjectCollectionItem<ChartLegendColumnInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendColumn =  
    class 
        inherit ChartObjectCollectionItem<ChartLegendColumnInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartLegendColumn extends ChartObjectCollectionItem<ChartLegendColumnInstance> implements IROMStyleDefinitionContainer

The ChartLegendColumn type exposes the following members.

Properties

  Name Description
Public property ActionInfo Gets the actions and the action style associated with the chart legend column.
Public property ColumnType Gets the column type of this legend column.
Public property FieldsUsedInValueExpression Gets a list of strings that corresponds to the fields used in value expression.
Public property Header Gets an expression that evaluates to the chart legend column header.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MaximumWidth Gets an expression that evaluates to the maximum width of the chart legend column.
Public property MinimumWidth Gets an expression that evaluates to the minimum width of the chart legend column.
Public property SeriesSymbolHeight Gets an expression that evaluates to the symbol height for each data series.
Public property SeriesSymbolWidth Gets an expression that evaluates to the symbol width for each data series.
Public property Style Gets the style properties of this report definition object.
Public property ToolTip Gets an expression that evaluates to the tool tip to display for the chart legend column.
Public property UniqueName Gets the unique identifier for this report definition object.
Public property Value Gets an expression that evaluates to the value of the chart legend column.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace