Compartilhar via


Propriedade do RDL Border.Width

Gets an expression that evaluates to the width of the border (unless overridden for a specific side).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Width As ReportSizeProperty 
    Get
'Uso
Dim instance As Border 
Dim value As ReportSizeProperty 

value = instance.Width
public ReportSizeProperty Width { get; }
public:
property ReportSizeProperty^ Width {
    ReportSizeProperty^ get ();
}
member Width : ReportSizeProperty
function get Width () : ReportSizeProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Consulte também

Referência

Border Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering