ChartTickMarks.Type Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Type As ReportEnumProperty(Of ChartTickMarksType)
    Get
'Usage
Dim instance As ChartTickMarks
Dim value As ReportEnumProperty(Of ChartTickMarksType)

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