ParameterCollection.Item 属性

获取指定索引处的对象。在 C# 中,此属性是 Parameter 类的索引器。

命名空间 CrystalDecisions.Web 程序集 CrystalDecisions.Web (CrystalDecisions.Web.dll)

语法

声明

Public Overrideable Property Item ( _
    ByVal index As Integer _    
) As CrystalDecisions.Web.Parameter
public virtual CrystalDecisions.Web.Parameter this [
    int index
]{get; set;}

参数

  • index

属性值

集合中指定索引处的值。

备注

此属性允许您访问集合中的特定项目。使用从零开始的数值索引来引用项目。

C# 中不存在属性名称 Item。要使用 C# 访问集合中的项目,请使用语法:collection[0]

版本信息

Crystal Reports Basic for Visual Studio 2008

从此版本开始支持: Crystal Reports for Visual Studio 2005

另请参见

引用

ParameterCollection 类
ParameterCollection 成员
CrystalDecisions.Web 命名空间