ActiveReports 9
GetReportItemForCustomTypeName Method

The value of Type for which a configured designer is sought for.
Returns the System.Type of the custom report item configured for the specified component type or null.
Syntax
'Declaration
 
Public Function GetReportItemForCustomTypeName( _
   ByVal customReportItemTypeName As System.String _
) As System.Type
public System.Type GetReportItemForCustomTypeName( 
   System.string customReportItemTypeName
)

Parameters

customReportItemTypeName
The value of Type for which a configured designer is sought for.

Return Value

The System.Type of the custom designer configured for the specified component, or null if a custom designer is not configured for the specified component.
Remarks
The returned type should implement the interface IReportItem.
See Also

Reference

ReportItemsConfigurationDictionary Class
ReportItemsConfigurationDictionary Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum