Compartir a través de


PointerCap.CapStyle Propiedad

Gets an expression that evaluates to the type of the cap.

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

Sintaxis

'Declaración
Public ReadOnly Property CapStyle As ReportEnumProperty(Of GaugeCapStyles)
    Get
'Uso
Dim instance As PointerCap 
Dim value As ReportEnumProperty(Of GaugeCapStyles)

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeCapStyles>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

PointerCap Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering