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