Gets a DataWizardInfo from the collection at the specified index.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DataWizardInfo this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As DataWizardInfo |
Visual C++ |
---|
public: property DataWizardInfo^ default[int index] { DataWizardInfo^ get (int index); } |
Parameters
- index
- Type: System..::.Int32