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

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

    Property Value

    A System.String representing the name of the parameter.
    Example
    Parameter param = new Parameter();
    param.Name = "OrderParam";
    See Also