Partager via


Propriété Type

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 LinearPointerTypes)
    Get
'Utilisation
Dim instance As LinearPointer
Dim value As ReportEnumProperty(Of LinearPointerTypes)

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