ActiveReports 9
GetDesignerForCustomTypeName Method

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

Parameters

customTypeName
The value of CustomReportItem.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.
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

CustomDesignerConfigurationDictionary Class
CustomDesignerConfigurationDictionary Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum