ActiveReports 9
Item Property (ReportParameterCollection)

A zero-based Integer indicating the index of the ReportParameter to return or set.
Gets or sets a specific ReportParameter object in the ReportParameterCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As ReportParameter
public ReportParameter this[ 
   System.int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the ReportParameter to return or set.

Property Value

The ReportParameter object at the specified position.
See Also

Reference

ReportParameterCollection Class
ReportParameterCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum