GroupExpressionCollection Class
Represents a collection of GroupExpressionCollection objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class GroupExpressionCollection _
Inherits ReportElementCollectionBase(Of ReportVariantProperty)
'Usage
Dim instance As GroupExpressionCollection
public sealed class GroupExpressionCollection : ReportElementCollectionBase<ReportVariantProperty>
public ref class GroupExpressionCollection sealed : public ReportElementCollectionBase<ReportVariantProperty^>
[<SealedAttribute>]
type GroupExpressionCollection =
class
inherit ReportElementCollectionBase<ReportVariantProperty>
end
public final class GroupExpressionCollection extends ReportElementCollectionBase<ReportVariantProperty>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<ReportVariantProperty>
Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionCollection
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.