ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseEmbeddedTemplates Method

In This Topic
    UseEmbeddedTemplates Method (ReportingSettings)
    In This Topic
    Use embedded resources to locate the report templates.
    Syntax
    'Declaration
     
    Public Sub UseEmbeddedTemplates( _
       ByVal prefix As String, _
       ByVal asm As Assembly _
    ) 
    public void UseEmbeddedTemplates( 
       string prefix,
       Assembly asm
    )

    Parameters

    prefix
    asm
    See Also