TypeReportSource.TypeName Property
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Remarks
Use this property to specify the type name of the report document. Must be the assembly qualified name of the Type of the report.
The target type should implement the IReportDocument interface and should have a default (parameterless) constructor. The default constructor is used from the reporting engine to create the report instance.
This property can accept an expression when the report source is used in a SubReport item or a NavigateToReportAction action.