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
Public property Count Gets the number of items in the collection.
Public property Item Gets the item at the specified index.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace