[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Resource

Resource Struct

Represents a report resource returned by GetResource(ResourceInfo).

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public struct Resource

Constructors

Name Description
Resource(Stream, Uri)

Initializes a new instance of the Resource struct.

Properties

Name Description
ParentUri

Gets the parent System.Uri of the located resource.

Value

Gets the Stream that contains the resource content.

Extension Methods