string strReportName = "ListReportControl";
Control newSample = (Control)Activator.CreateInstance(typeof(ListReportControl));
Dim loObject As ObjectDim loType As Type '-- Get the type loType = Type.GetType(LcClassName)
'-- Create the object loObject = Activator.CreateInstance(loType)
Paul