DataFormWebPart.PageSize - Propriété
Spécifie la taille de la page.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
<WebBrowsableAttribute(False)> _
Public Property PageSize As Integer
Get
Set
'Utilisation
Dim instance As DataFormWebPart
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public int PageSize { get; set; }
Valeur de propriété
Type : System.Int32
Remarques
Utilisé pour la pagination au niveau de la source de données SQL.