ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / DependsOn Property

In This Topic
    DependsOn Property
    In This Topic
    Gets or sets the parameters this parameter depends on.
    Syntax
    'Declaration
     
    Public Property DependsOn As String()
    public string[] DependsOn {get; set;}

    Property Value

    An array of System.String names representing other parameters that this parameter's value depends upon.
    See Also