Właściwość PointerCap.CapStyle
Pobiera wyrażenie typu trzonka.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CapStyle As ReportEnumProperty(Of GaugeCapStyles)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeCapStyles>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także