Propriété RowSpan
Indicates the number of rows this cell spans.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RowSpan As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An int value.
Voir aussi