LabelData Class
Represents the dataset used to populate the data for the slider labels.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class LabelData
'Usage
Dim instance As LabelData
public sealed class LabelData
public ref class LabelData sealed
[<SealedAttribute>]
type LabelData = class end
public final class LabelData
The LabelData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DataSetName | Gets the dataset name. |
![]() |
Key | Obsolete. Gets the field name in the dataset to be matched with band group expression value. |
![]() |
KeyFields | |
![]() |
Label | Gets the field name in the dataset to be displayed as navigation labels. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace