ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerConfiguration Class / UseCodeBasedSectionReports Method

In This Topic
    UseCodeBasedSectionReports Method (ReportViewerConfiguration)
    In This Topic
    Code-based reports that are stored in the assembly.
    Syntax
    'Declaration
     
    Public Sub UseCodeBasedSectionReports( _
       ByVal assembly As Assembly, _
       ByVal defaultNamespace As String _
    ) 
    public void UseCodeBasedSectionReports( 
       Assembly assembly,
       string defaultNamespace
    )

    Parameters

    assembly
    defaultNamespace
    See Also