ActiveReports 9
GetCustomTypeNameForReportItem Method

The System.Type for the designer the caller wants a custom report item type name for.
Gets the Type value associated with the specified ReportItem.
Syntax
'Declaration
 
Public Function GetCustomTypeNameForReportItem( _
   ByVal reportItemType As System.Type _
) As System.String
public System.string GetCustomTypeNameForReportItem( 
   System.Type reportItemType
)

Parameters

reportItemType
The System.Type for the designer the caller wants a custom report item type name for.

Return Value

A value appropriate for the CustomReportItem RDL element's Type attribute value.
Remarks
The specified ReportItem Type should implement the interface IReportItem.
See Also

Reference

ReportItemsConfigurationDictionary Class
ReportItemsConfigurationDictionary Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum