MarkerStyle プロパティ

マーカーの種類。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
    Get
'使用
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugeMarkerStyles)

value = instance.MarkerStyle
public ReportEnumProperty<GaugeMarkerStyles> MarkerStyle { get; }
public:
property ReportEnumProperty<GaugeMarkerStyles>^ MarkerStyle {
    ReportEnumProperty<GaugeMarkerStyles>^ get ();
}
member MarkerStyle : ReportEnumProperty<GaugeMarkerStyles>
function get MarkerStyle () : ReportEnumProperty<GaugeMarkerStyles>