ChartLegendColumn Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a legend column.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartLegendColumn _
Inherits ReportObject
'Usage
Dim instance As ChartLegendColumn
public class ChartLegendColumn : ReportObject
public ref class ChartLegendColumn : public ReportObject
type ChartLegendColumn =
class
inherit ReportObject
end
public class ChartLegendColumn extends ReportObject
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn
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.