Share via


ChartLegendCustomItem Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a custom legend item.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class ChartLegendCustomItem _
    Inherits ReportObject
'Usage
Dim instance As ChartLegendCustomItem
public class ChartLegendCustomItem : ReportObject
public ref class ChartLegendCustomItem : public ReportObject
type ChartLegendCustomItem =  
    class
        inherit ReportObject
    end
public class ChartLegendCustomItem extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendCustomItem

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.