다음을 통해 공유


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 네임스페이스