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.
Indicates the number of rows this cell spans.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property RowSpan As Integer
Get
Set
'Utilisation
Dim instance As CellContents
Dim value As Integer
value = instance.RowSpan
instance.RowSpan = value
public int RowSpan { get; set; }
public:
property int RowSpan {
int get ();
void set (int value);
}
member RowSpan : int with get, set
function get RowSpan () : int
function set RowSpan (value : int)
Valeur de propriété
Type : System.Int32
An int value.