Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Indicates the number of rows this cell spans.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RowSpan As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An int value.