Compartir a través de


PointerCap.Width Propiedad

Gets an expression that evaluates to the width of the cap, as a percent of the scale radius.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Width As ReportDoubleProperty 
    Get
'Uso
Dim instance As PointerCap 
Dim value As ReportDoubleProperty 

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

Valor de la propiedad

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

Vea también

Referencia

PointerCap Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering