MapField-Klasse
Represents a name and a value to be associated with a map polygon, a map point, or a map line.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapField
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapField _
Inherits MapObjectCollectionItem
'Usage
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
Der MapField-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Gets the field name. | |
Value | Gets the field value. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | Infrastruktur Sets a new context for the collection. (Geerbt von MapObjectCollectionItem.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace