Classe CustomPropertyCollection
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CustomPropertyCollection
'Uso
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection = class end
public final class CustomPropertyCollection
O tipo CustomPropertyCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of custom properties in the collection. | |
Item[ ( [ ( Int32] ) ] ) | Gets a custom property at a specified index. | |
Item[ ( [ ( String] ) ] ) | Returns a named custom property from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add(CustomProperty) | Adds a custom property to the collection. | |
Add(String, Object) | Creates a custom property with a name and value and adds it to the collection. | |
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
Comentários
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
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.