Partilhar via


Propriedade do RDL RadialScaleCollection.Item (String)

Gets the item of 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 RadialScale 
    Get
'Uso
Dim instance As RadialScaleCollection 
Dim name As String 
Dim value As RadialScale 

value = instance(name)
public RadialScale this[
    string name
] { get; }
public:
property RadialScale^ default[String^ name] {
    RadialScale^ get (String^ name);
}
member Item : RadialScale
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.RadialScale
A RadialScale object of the specified name.

Consulte também

Referência

RadialScaleCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering