Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the item at the specified index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
i As Integer _
) As T
Get
Set
'Usage
Dim instance As ReportElementCollectionBase
Dim i As Integer
Dim value As T
value = instance(i)
instance(i) = value
public virtual T this[
int i
] { get; set; }
public:
virtual property T default[int i] {
T get (int i);
void set (int i, T value);
}
abstract Item : 'T with get, set
override Item : 'T with get, set
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- i
Type: System.Int32
The index of the item.
Property Value
Type: T
An object of type T that represents the item at the specified index.
See Also
Reference
ReportElementCollectionBase<T> Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace