ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / Resource Structure / Resource Constructor
A System.IO.Stream that contains the resource content.
A parent System.Uri of the located resource.

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

    Parameters

    stream
    A System.IO.Stream that contains the resource content.
    parentUri
    A parent System.Uri of the located resource.
    See Also