ChartMarker.Type Property

Definition

Gets an expression that evaluates to the marker type for values.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartMarkerTypes> ^ Type { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartMarkerTypes> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartMarkerTypes> Type { get; }
member this.Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartMarkerTypes>
Public ReadOnly Property Type As ReportEnumProperty(Of ChartMarkerTypes)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to