GroupExpressionCollection クラス

GroupExpressionCollection オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class GroupExpressionCollection _
    Inherits ReportElementCollectionBase(Of ReportVariantProperty)
'使用
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>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportVariantProperty> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..GroupExpressionCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。