ReportPartNodes.Item Property (String)

Gets the object with the specified name. In C#, this property is the indexer for the ReportPartNode class.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration

Public ReadOnly Property Item ( _
    ByVal fieldName As String _ 
) As CrystalDecisions.Web.ReportPartNode
public CrystalDecisions.Web.ReportPartNode this [
    string fieldName
]{get;}

Parameters

  • fieldName

Property Value

The value in the collection with the specified name.

Remarks

This property allows you to access a specific item in the collection. The item is referenced by the object name, such as "object1".

The property name Item does not exist for C#. To access an item in a collection using C#, use the syntax: collection["object1"].

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

ReportPartNodes Class
ReportPartNodes Members
CrystalDecisions.Web Namespace