CustomPropertyCollection 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 CustomProperty objects.
public ref class CustomPropertyCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CustomProperty ^>
public sealed class CustomPropertyCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty>
type CustomPropertyCollection = class
inherit ReportElementCollectionBase<CustomProperty>
Public NotInheritable Class CustomPropertyCollection
Inherits ReportElementCollectionBase(Of CustomProperty)
- Inheritance
Properties
Count |
Gets the number of items in the collection. |
Item[Int32] |
Gets the item at the specified index. |
Item[String] |
Gets the item that has the specified name. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |