ActiveReports 14 .NET Edition
GrapeCity.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 GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Source {get; set;}
    See Also