Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Nota: esta API ya está obsoleta.
Gets the field name in the dataset to be matched with band group expression value.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.String
Returns String.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering