'Declaration Function GetReportItem( _ ByVal reportItemName As String _ ) As IReportItem
IReportItem GetReportItem( 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.