次の方法で共有


LabelData.Key プロパティ

メモ: この API は、互換性のために残されています。

バンド グループ式の値と照合するデータセット内のフィールド名を取得します。

名前空間:  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
String が返されます。

関連項目

参照

LabelData クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間