[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LabelData

LabelData Class

Represents the dataset used to populate the data for the slider labels.

Inheritance
LabelData
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class LabelData
Remarks

The LabelData class provides settings for specifying the dataset and fields used for slider labels.

Constructors

Name Description
LabelData()

Properties

Name Description
DataSetName

Gets or sets a dataset name.

Key

Gets or sets the field name in the dataset to be matched with the band group expression value.

Label

Gets or sets the field name in the dataset to be displayed as navigation labels.

Extension Methods