NumericIndicatorCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the item that has the specified name.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::NumericIndicator ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::NumericIndicator ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator
Default Public ReadOnly Property Item(name As String) As NumericIndicator
Parameters
- name
- String
The name of the item in the collection.
Property Value
A NumericIndicator object that has the specified name.