ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / TabStops Property

In This Topic
    TabStops Property (DrawCanvas)
    In This Topic
    Custom tab stops collection
    Syntax
    'Declaration
     
    Public Property TabStops As TabStopsItem.TabStop()
    public TabStopsItem.TabStop[] TabStops {get; set;}
    See Also