Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 | |
|---|---|---|
![]() |
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
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 alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
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 | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
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.
.gif)
.gif)