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
Public property DataSetName Gets the dataset name.
Public property Key Obsolete. Gets the field name in the dataset to be matched with band group expression value.
Public property KeyFields
Public property Label Gets the field name in the dataset to be displayed as navigation labels.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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