ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapShapefile Class / Source Property

In This Topic
    Source Property (MapShapefile)
    In This Topic
    Contains a constant or expression that evaluates to the location of the shapefile. This can be a full path, relative path, or URL. Relative paths start in the same folder as the report. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property Source As ExpressionInfo
    public ExpressionInfo Source {get; set;}
    See Also