GroupExpressionValueCollection Class
Represents a collection of GroupExpressionValue objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionValueCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class GroupExpressionValueCollection
'Usage
Dim instance As GroupExpressionValueCollection
public sealed class GroupExpressionValueCollection
public ref class GroupExpressionValueCollection sealed
[<SealedAttribute>]
type GroupExpressionValueCollection = class end
public final class GroupExpressionValueCollection
The GroupExpressionValueCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets the item at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.