ActiveReports 9
GetReportItem Method

The name of the report item to get.
Returns the instance of the specified IReportItem.
Syntax
'Declaration
 
Function GetReportItem( _
   ByVal reportItemName As System.String _
) As IReportItem
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDataScope Interface
IDataScope Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum