Udostępnij za pośrednictwem


LabelData.KeyFields Property

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

Syntax

'Declaration
Public ReadOnly Property KeyFields As ReadOnlyCollection(Of String)
    Get
'Usage
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>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>

See Also

Reference

LabelData Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace