Compartilhar via


Propriedade do RDL PointerCap.CapStyle

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PointerCap Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering