ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialDataSet Class / DataSetName Property

In This Topic
    DataSetName Property (MapSpatialDataSet)
    In This Topic
    Gets or sets which data set to use as the source data. Note: The filters defined for the dataset will be ignored. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property DataSetName As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo DataSetName {get; set;}
    See Also