Condividi tramite


Classe CustomPropertyCollection

Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CustomPropertyCollection
'Utilizzo
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection =  class end
public final class CustomPropertyCollection

Nel tipo CustomPropertyCollection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of custom properties in the collection.
Proprietà pubblica Item[Int32] Gets a custom property at a specified index.
Proprietà pubblica Item[String] Returns a named custom property from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(CustomProperty) Adds a custom property to the collection.
Metodo pubblico Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

A CustomPropertyCollection object containing custom properties for a report, report item, or group.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering