Propriedade do RDL CellContents.RowSpan
Indicates the number of rows this cell spans.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RowSpan As Integer
Get
'Uso
Dim instance As CellContents
Dim value As Integer
value = instance.RowSpan
public int RowSpan { get; }
public:
property int RowSpan {
int get ();
}
member RowSpan : int
function get RowSpan () : int
Valor da propriedade
Tipo: System.Int32
An int value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering