Compartilhar via


Propriedade do RDL ChartTickMarksInstance.Type

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartTickMarksInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering