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 ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
'Usage
Dim instance As GroupExpressionValueCollection
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
public:
property Object^ default[int index] {
Object^ get (int index);
}
member Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The index of the item.
Property Value
Type: System.Object
A GroupExpressionValue object that has the specified name.
See Also
Reference
GroupExpressionValueCollection Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace