Partager via


Propriété Type

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As ReportEnumProperty(Of ChartTickMarksType)
    Get
'Utilisation
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>