ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class / DataSetName Property

In This Topic
    DataSetName Property (CustomData)
    In This Topic
    Indicates which data set to use as the source of data for the custom report item.
    Syntax
    'Declaration
     
    Public Property DataSetName As String
    public string DataSetName {get; set;}
    See Also