Condividi tramite


Proprietà RadialPointer.Type

Gets an expression that evaluates to the type of pointer.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Type As ReportEnumProperty(Of RadialPointerTypes)
    Get
'Utilizzo
Dim instance As RadialPointer 
Dim value As ReportEnumProperty(Of RadialPointerTypes)

value = instance.Type
public ReportEnumProperty<RadialPointerTypes> Type { get; }
public:
property ReportEnumProperty<RadialPointerTypes>^ Type {
    ReportEnumProperty<RadialPointerTypes>^ get ();
}
member Type : ReportEnumProperty<RadialPointerTypes>
function get Type () : ReportEnumProperty<RadialPointerTypes>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<RadialPointerTypes>
A ReportEnumProperty<EnumType> object.

Vedere anche

Riferimento

RadialPointer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering