Partilhar via


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 LinearScale
    Get
'Uso
Dim instance As LinearScaleCollection
Dim name As String
Dim value As LinearScale

value = instance(name)
public LinearScale this[
    string name
] { get; }
public:
property LinearScale^ default[String^ name] {
    LinearScale^ get (String^ name);
}
member Item : LinearScale
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScale
A LinearScale object that has the specified name.