Propriété CapStyle
Gets an expression that evaluates to the type of the cap.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CapStyle As ReportEnumProperty(Of GaugeCapStyles)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeCapStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi