ActiveReports Developer 7
GetReportItem Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IDataScope Interface : GetReportItem Method

reportItemName
The name of the report item to get.

Glossary Item Box

Returns the instance of the specified IReportItem.

Syntax

Visual Basic (Declaration) 
Function GetReportItem( _
   ByVal reportItemName As System.String _
) As IReportItem
C# 
IReportItem GetReportItem( 
   System.string reportItemName
)

Parameters

reportItemName
The name of the report item to get.

Return Value

The specified report item or null if it does not exist in the current scope.

Remarks

The report item must exist in the current scope.

See Also