RadialScaleCollection Class

Definition

Represents a collection of RadialScale objects.

public ref class RadialScaleCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::RadialScale ^>
public sealed class RadialScaleCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.RadialScale>
type RadialScaleCollection = class
    inherit GaugePanelObjectCollectionBase<RadialScale>
Public NotInheritable Class RadialScaleCollection
Inherits GaugePanelObjectCollectionBase(Of RadialScale)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

(Inherited from GaugePanelObjectCollectionBase<T>)
Item[String]

Gets the item of the specified name.

Methods

CreateGaugePanelObject(Int32)

Creates a gauge panel object at a specified index.

(Inherited from GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.

(Inherited from GaugePanelObjectCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.

(Inherited from GaugePanelObjectCollectionBase<T>)

Applies to