ChartStripLineCollection Class
Represents a collection of ChartStripLine objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartStripLineCollection _
Inherits ChartObjectCollectionBase(Of ChartStripLine, ChartStripLineInstance)
'Usage
Dim instance As ChartStripLineCollection
public sealed class ChartStripLineCollection : ChartObjectCollectionBase<ChartStripLine, ChartStripLineInstance>
public ref class ChartStripLineCollection sealed : public ChartObjectCollectionBase<ChartStripLine^, ChartStripLineInstance^>
[<SealedAttribute>]
type ChartStripLineCollection =
class
inherit ChartObjectCollectionBase<ChartStripLine, ChartStripLineInstance>
end
public final class ChartStripLineCollection extends ChartObjectCollectionBase<ChartStripLine, ChartStripLineInstance>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartStripLine, ChartStripLineInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
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.