Compartir a través de


CapStyle Propiedad

Gets the calculated value of the CapStyle property in a PointerCap class.

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

Sintaxis

'Declaración
Public ReadOnly Property CapStyle As GaugeCapStyles
    Get
'Uso
Dim instance As PointerCapInstance
Dim value As GaugeCapStyles

value = instance.CapStyle
public GaugeCapStyles CapStyle { get; }
public:
property GaugeCapStyles CapStyle {
    GaugeCapStyles get ();
}
member CapStyle : GaugeCapStyles
function get CapStyle () : GaugeCapStyles

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeCapStyles
A GaugeCapStyles value that represents the calculated value of the CapStyle property.