Freigeben über


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
Öffentliche Eigenschaft Color Gets an expression that evaluates to the color of the border (unless overridden for a specific side).
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Style Gets an expression that evaluates to the style of the border (unless overridden for a specific side).
Öffentliche Eigenschaft Width Gets an expression that evaluates to the width of the border (unless overridden for a specific side).

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