Compartir a través de


Type Propiedad

Gets the calculated value of the Type property in a ChartTickMarks class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As ChartTickMarksType
    Get
'Uso
Dim instance As ChartTickMarksInstance
Dim value As ChartTickMarksType

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartTickMarksType
A ChartTickMarksType value that represents the calculated value of the Type property.