Partager via


Propriété LabelData.Key

Remarque : cette API est désormais obsolète.

Gets the field name in the dataset to be matched with band group expression value.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use KeyFields instead.")> _
Public ReadOnly Property Key As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Returns String.

Voir aussi

Référence

LabelData Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering