ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceInfo Structure / ResourceInfo Constructor
Name of resource to be located.

In This Topic
    ResourceInfo Constructor
    In This Topic
    Initializes new instance of ResourceInfo.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public ResourceInfo( 
       string name
    )

    Parameters

    name
    Name of resource to be located.
    See Also