Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Gradient Class / Name Property

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

    The field name can be used as an index into the control's C1.C1Report.C1Report.Fields collection.

    Field names are also used to identify fields in VBScript expressions, as shown in the example below.

    Duplicate and empty field names are allowed, but should be avoided if you plan to use the field names in scripts or as indexers.

    Example
    The code below assigns a script to the report's C1.C1Report.SectionTypeEnum.Detail section. The script changes a field's ForeColor property depending on a value.
    See Also