Propriedade do RDL CustomPropertyCollection.Item (String)
Gets the item that has the specified name.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As CustomProperty
Get
'Uso
Dim instance As CustomPropertyCollection
Dim name As String
Dim value As CustomProperty
value = instance(name)
public CustomProperty this[
string name
] { get; }
public:
property CustomProperty^ default[String^ name] {
CustomProperty^ get (String^ name);
}
member Item : CustomProperty
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the item in the collection.
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
A CustomProperty object that has the specified name.
Consulte também
Referência
CustomPropertyCollection Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering