ScaleRangeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of ScaleRange objects.
public ref class ScaleRangeCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ScaleRange ^>
public sealed class ScaleRangeCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange>
type ScaleRangeCollection = class
inherit GaugePanelObjectCollectionBase<ScaleRange>
Public NotInheritable Class ScaleRangeCollection
Inherits GaugePanelObjectCollectionBase(Of ScaleRange)
- 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 at the specified key. |
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>) |