ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceLocator Class / BaseUri Property

In This Topic
    BaseUri Property
    In This Topic
    Gets or sets the base System.Uri that all the resources are located relative to.
    Syntax
    'Declaration
     
    Public Property BaseUri As Uri
    public Uri BaseUri {get; set;}

    Property Value

    A base System.Uri object for locating resources.
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    See Also