ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceInfo Structure / ResourceInfo Constructor / ResourceInfo Constructor(String)
Name of resource.

In This Topic
    ResourceInfo Constructor(String)
    In This Topic
    Initializes new instance of <see cref="ResourceInfo" />.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public ResourceInfo( 
       string name
    )

    Parameters

    name
    Name of resource.
    See Also