ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / CreateDocumentOptions Class / DataSetsInfo Property

In This Topic
    DataSetsInfo Property
    In This Topic
    A list of RDL Data Sets to use with the template.
    Syntax
    'Declaration
     
    Public Property DataSetsInfo As DataSetsInfo()
    public DataSetsInfo[] DataSetsInfo {get; set;}
    See Also