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.
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<LinearPointerTypes>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering