Freigeben über


MapDataRegionInstance-Klasse

Represents an instance type of the MapDataRegion class and contains the calculated values of the properties in MapDataRegion.

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

Syntax

'Declaration
Public NotInheritable Class MapDataRegionInstance _
    Inherits DataRegionInstance
'Usage
Dim instance As MapDataRegionInstance
public sealed class MapDataRegionInstance : DataRegionInstance
public ref class MapDataRegionInstance sealed : public DataRegionInstance
[<SealedAttribute>]
type MapDataRegionInstance =  
    class
        inherit DataRegionInstance
    end
public final class MapDataRegionInstance extends DataRegionInstance

Der MapDataRegionInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft NoRows Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows. (Geerbt von DataRegionInstance.)
Öffentliche Eigenschaft NoRowsMessage Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Geerbt von DataRegionInstance.)
Öffentliche Eigenschaft PageName Gets the calculated value of the PageName property in a DataRegion class. (Geerbt von DataRegionInstance.)
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a ReportElement class. (Geerbt von ReportElementInstance.)
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft UniqueName Gets the unique identifier of this instance object. (Geerbt von ReportItemInstance.)
Öffentliche Eigenschaft Visibility Gets the calculated value of the Visibility property in a DataRegion class. (Geerbt von DataRegionInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Infrastruktur (Geerbt von ReportItemInstance.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_reportElementDef Infrastruktur (Geerbt von ReportElementInstance.)
Geschütztes Feld m_style Infrastruktur (Geerbt von ReportElementInstance.)
Geschütztes Feld m_uniqueName Infrastruktur (Geerbt von ReportItemInstance.)
Geschütztes Feld m_visibility Infrastruktur (Geerbt von ReportItemInstance.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.