Propriedade do RDL Item (String)
Returns a named custom property from the collection.
Namespace: Microsoft.ReportingServices.ReportRendering
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 custom property.
Valor da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .CustomProperty
A CustomProperty object.
Consulte também