ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _ConcatOption Class / customArray Property

In This Topic
    customArray Property (_ConcatOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property customArray As List(Of Integer)
    public List<int> customArray {get; set;}
    See Also