Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace