ChartTickMarks.Type Property

Definition

Gets an expression that evaluates to the type of the tick mark.

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

Property Value

A ReportEnumProperty<EnumType> object.

Applies to