Classe Border
Represents the default border properties for the object.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Border
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class Border
'Uso
Dim instance As Border
public sealed class Border
public ref class Border sealed
[<SealedAttribute>]
type Border = class end
public final class Border
O tipo Border expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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). |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering