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