共用方式為


Type 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Type As ReportEnumProperty(Of ChartTickMarksType)
    Get
'用途
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>