Compartilhar via


Propriedade do RDL LabelData.Key

Observação: essa API está obsoleta.

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
<ObsoleteAttribute("Use KeyFields instead.")> _
Public ReadOnly Property Key As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
Returns String.

Consulte também

Referência

LabelData Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering