[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ResourceInfo

ResourceInfo Struct

Represents a resource key to be located by ResourceLocator.

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

Constructors

Name Description
ResourceInfo(string)

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

ResourceInfo(string, ResourceType)

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

Properties

Name Description
Name

Gets the name of the resource to be located.

Type

Gets the type of the resource to be located.

Extension Methods