ActiveReports 8
Resource Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility Namespace > Resource Structure : Resource Constructor

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

Glossary Item Box

Initiazlies new instance of Resource.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   ByVal parentUri As System.Uri _
)
C# 
public Resource( 
   System.IO.Stream stream,
   System.Uri parentUri
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also