Classe ValueCollection
Encapsulates a list of data values for a report item. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ValueCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ValueCollection
'Uso
Dim instance As ValueCollection
public sealed class ValueCollection
public ref class ValueCollection sealed
[<SealedAttribute>]
type ValueCollection = class end
public final class ValueCollection
O tipo ValueCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Returns the number of items in the collection. | |
Item | Retrieves an item from a specified location in the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.