ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Slider Class / LabelData Property

In This Topic
    LabelData Property (Slider)
    In This Topic
    Gets or sets a data used to populate the labels for the slider.
    Syntax
    'Declaration
     
    Public Property LabelData As LabelData
    public LabelData LabelData {get; set;}

    Property Value

    A LabelData object representing the label data.
    See Also