'Declaration Public Sub UseCodeBasedSectionReports( _ ByVal assembly As Assembly, _ ByVal defaultNamespace As String _ )
public void UseCodeBasedSectionReports( Assembly assembly, string defaultNamespace )
Parameters
- assembly
- An System.Reflection.Assembly object containing the code-based reports.
- defaultNamespace
- A System.String value indicating the default namespace used to locate the reports within the assembly.