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