Właściwość CustomPropertyCollection.Item (Int32)
Pobiera właściwość niestandardowych pod określonym indeksem.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As CustomProperty
Get
'Użycie
Dim instance As CustomPropertyCollection
Dim index As Integer
Dim value As CustomProperty
value = instance(index)
public CustomProperty this[
int index
] { get; }
public:
property CustomProperty^ default[int index] {
CustomProperty^ get (int index);
}
member Item : CustomProperty
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks właściwość niestandardowych, aby uzyskać.
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.CustomProperty
A CustomProperty obiektu.