[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ResourceInfo.-ctor

ResourceInfo Constructor

ResourceInfo(string, ResourceType)

Initializes a new instance of the ResourceInfo struct with the specified name and type.

Declaration
public ResourceInfo(string name, ResourceType type)
Parameters
Type Name Description
string name

A string value indicating the name of the resource.

ResourceType type

A ResourceType value indicating the type of the resource.

ResourceInfo(string)

Initializes a new instance of the ResourceInfo struct with the specified name.

Declaration
[Obsolete("This constructor is obsolete.", true)]
public ResourceInfo(string name)
Parameters
Type Name Description
string name

A string value indicating the name of the resource.

Remarks

This constructor is obsolete.