Freigeben über


MapLimitsInstance-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapLimitsInstance

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

Syntax

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

Der MapLimitsInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LimitToData Gets the calculated value of the LimitToData property in a MapLimits class.
Öffentliche Eigenschaft MaximumX Gets the calculated value of the MaximumX property in a MapLimits class.
Öffentliche Eigenschaft MaximumY Gets the calculated value of the MaximumY property in a MapLimits class.
Öffentliche Eigenschaft MinimumX Gets the calculated value of the MinimumX property in a MapLimits class.
Öffentliche Eigenschaft MinimumY Gets the calculated value of the MinimumY property in a MapLimits class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

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