ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSourcePrompt Class / Name Property

In This Topic
    Name Property (DataSourcePrompt)
    In This Topic
    Gets the name of the data source for which credentials are required.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    A System.String value indicating the name of the data source.
    See Also