ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryParameterInfo Class / Name Property

In This Topic
    Name Property (QueryParameterInfo)
    In This Topic
    Gets or sets the name of the parameter
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also