Classe Border
Represents the default border properties for the object.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..Border
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Border
'Utilisation
Dim instance As Border
public sealed class Border
public ref class Border sealed
[<SealedAttribute>]
type Border = class end
public final class Border
Le type Border expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Color | Gets an expression that evaluates to the color of the border (unless overridden for a specific side). | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Style | Gets an expression that evaluates to the style of the border (unless overridden for a specific side). | |
Width | Gets an expression that evaluates to the width of the border (unless overridden for a specific side). |
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.) | |
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.