Classe GroupExpressionCollection
Represents a collection of GroupExpressionCollection objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class GroupExpressionCollection _
Inherits ReportElementCollectionBase(Of ReportVariantProperty)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportVariantProperty> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..GroupExpressionCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche