Propriedade do RDL ScaleRangeCollection.Item (String)
Gets or sets the item at the specified key.
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 ScaleRange
Get
'Uso
Dim instance As ScaleRangeCollection
Dim name As String
Dim value As ScaleRange
value = instance(name)
public ScaleRange this[
string name
] { get; }
public:
property ScaleRange^ default[String^ name] {
ScaleRange^ get (String^ name);
}
member Item : ScaleRange
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
A ScaleRange object that has the specified name.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering