Condividi tramite


Proprietà ChartTickMarksInstance.Type

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As ChartTickMarksType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartTickMarksInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering