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.

请参阅

参考

LabelData 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间