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.
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

ReportItemsConfigurationDictionary Class
ReportItemsConfigurationDictionary Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum