LabelData.Key Property
Note: This API is now obsolete.
Gets the field name in the dataset to be matched with band group expression value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use KeyFields instead.")> _
Public ReadOnly Property Key As String
Get
'Usage
Dim instance As LabelData
Dim value As String
value = instance.Key
[ObsoleteAttribute("Use KeyFields instead.")]
public string Key { get; }
[ObsoleteAttribute(L"Use KeyFields instead.")]
public:
property String^ Key {
String^ get ();
}
[<ObsoleteAttribute("Use KeyFields instead.")>]
member Key : string
function get Key () : String
Property Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace