Свойство LabelData.Key
Примечание. Этот API-интерфейс устарел.
Gets the field name in the dataset to be matched with band group expression value.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
<ObsoleteAttribute("Use KeyFields instead.")> _
Public ReadOnly Property Key As String
Get
'Применение
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
Значение свойства
Тип: System.String
Returns String.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering