Propriedade do RDL LabelData.KeyFields
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property KeyFields As ReadOnlyCollection(Of String)
Get
'Uso
Dim instance As LabelData
Dim value As ReadOnlyCollection(Of String)
value = instance.KeyFields
public ReadOnlyCollection<string> KeyFields { get; }
public:
property ReadOnlyCollection<String^>^ KeyFields {
ReadOnlyCollection<String^>^ get ();
}
member KeyFields : ReadOnlyCollection<string>
function get KeyFields () : ReadOnlyCollection<String>
Valor da propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering