Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<RadialPointerTypes>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering