Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the type of the cap.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CapStyle As ReportEnumProperty(Of GaugeCapStyles)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeCapStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace