Border-Klasse
Represents the default border properties for the object.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Border
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Border
'Usage
Dim instance As Border
public sealed class Border
public ref class Border sealed
[<SealedAttribute>]
type Border = class end
public final class Border
Der Border-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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). |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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