[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.ReportItemsConfigurationDictionary

ReportItemsConfigurationDictionary Class

A dictionary of CustomReportItem type names and their corresponding Type.

Inheritance
ReportItemsConfigurationDictionary
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class ReportItemsConfigurationDictionary

Methods

Name Description
GetCustomTypeNameForReportItem(Type)

Gets the Type value associated with the specified ReportItem.

GetReportItemForCustomTypeName(string)

Returns the Type of the custom report item configured for the specified component type or null.

Extension Methods