Partager via


Propriété Type

Gets an expression that evaluates to the type of pointer.

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 RadialPointerTypes)
    Get
'Utilisation
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>