ChartLegendCustomItem Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartLegendCustomItem _
Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance) _
Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As ChartLegendCustomItem
public sealed class ChartLegendCustomItem : ChartObjectCollectionItem<ChartLegendCustomItemInstance>,
IROMStyleDefinitionContainer, IROMActionOwner
public ref class ChartLegendCustomItem sealed : public ChartObjectCollectionItem<ChartLegendCustomItemInstance^>,
IROMStyleDefinitionContainer, IROMActionOwner
[<SealedAttribute>]
type ChartLegendCustomItem =
class
inherit ChartObjectCollectionItem<ChartLegendCustomItemInstance>
interface IROMStyleDefinitionContainer
interface IROMActionOwner
end
public final class ChartLegendCustomItem extends ChartObjectCollectionItem<ChartLegendCustomItemInstance> implements IROMStyleDefinitionContainer, IROMActionOwner
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendCustomItemInstance>
Microsoft.ReportingServices.OnDemandReportRendering.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.