Condividi tramite


Classe MapField

Represents a name and a value to be associated with a map polygon, a map point, or a map line.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapField

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MapField _
    Inherits MapObjectCollectionItem
'Utilizzo
Dim instance As MapField
public sealed class MapField : MapObjectCollectionItem
public ref class MapField sealed : public MapObjectCollectionItem
[<SealedAttribute>]
type MapField =  
    class 
        inherit MapObjectCollectionItem 
    end
public final class MapField extends MapObjectCollectionItem

Nel tipo MapField sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica Name Gets the field name.
Proprietà pubblica Value Gets the field value.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IMapObjectCollectionItem.SetNewContext Infrastruttura. Sets a new context for the collection. Ereditato da MapObjectCollectionItem.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering