Classe MapLimitsInstance
Represents an instance type of the MapLimits class and contains the calculated values of the properties in MapLimits.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..MapLimitsInstance
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MapLimitsInstance _
Inherits BaseInstance
'Utilisation
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
Le type MapLimitsInstance expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
LimitToData | Gets the calculated value of the LimitToData property in a MapLimits class. | |
MaximumX | Gets the calculated value of the MaximumX property in a MapLimits class. | |
MaximumY | Gets the calculated value of the MaximumY property in a MapLimits class. | |
MinimumX | Gets the calculated value of the MinimumX property in a MapLimits class. | |
MinimumY | Gets the calculated value of the MinimumY property in a MapLimits class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ResetInstanceCache | Resets the instance cache. (hérité de BaseInstance.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.