Propriedade do RDL 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 LinearGauge
Get
'Uso
Dim instance As LinearGaugeCollection
Dim name As String
Dim value As LinearGauge
value = instance(name)
public LinearGauge this[
string name
] { get; }
public:
property LinearGauge^ default[String^ name] {
LinearGauge^ get (String^ name);
}
member Item : LinearGauge
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. . :: . .LinearGauge
A LinearGauge object that has the specified name.
Consulte também