ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / Resource Structure / Resource Constructor
System.IO.Stream contains resource content.
Parent Uri of located resource

In This Topic
    Resource Constructor
    In This Topic
    Initiazlies new instance of Resource.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       ByVal parentUri As Uri _
    )
    public Resource( 
       Stream stream,
       Uri parentUri
    )

    Parameters

    stream
    System.IO.Stream contains resource content.
    parentUri
    Parent Uri of located resource
    See Also