Freigeben über


PointerCapInstance.CapStyle-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property CapStyle As GaugeCapStyles 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

PointerCapInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace