CustomPropertyCollection.Item[] Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan properti kustom dari koleksi.
Overload
Item[Int32] |
Mendapatkan properti kustom pada indeks tertentu. |
Item[String] |
Mengembalikan properti kustom bernama dari koleksi. |
Item[Int32]
Mendapatkan properti kustom pada indeks tertentu.
public:
property Microsoft::ReportingServices::ReportRendering::CustomProperty ^ default[int] { Microsoft::ReportingServices::ReportRendering::CustomProperty ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.CustomProperty
Default Public ReadOnly Property Item(index As Integer) As CustomProperty
Parameter
- index
- Int32
Indeks properti kustom yang akan didapatkan.
Nilai Properti
Objek CustomProperty.
Berlaku untuk
Item[String]
Mengembalikan properti kustom bernama dari koleksi.
public:
property Microsoft::ReportingServices::ReportRendering::CustomProperty ^ default[System::String ^] { Microsoft::ReportingServices::ReportRendering::CustomProperty ^ get(System::String ^ name); };
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.ReportRendering.CustomProperty
Default Public ReadOnly Property Item(name As String) As CustomProperty
Parameter
- name
- String
Nama properti kustom.
Nilai Properti
Objek CustomProperty.