Propriété RowSpan
Number of rows spanned by this member, were the hierarchy to be treated as a grid.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property RowSpan As Integer
Get
'Utilisation
Dim instance As DataMember
Dim value As Integer
value = instance.RowSpan
public abstract int RowSpan { get; }
public:
virtual property int RowSpan {
int get () abstract;
}
abstract RowSpan : int
abstract function get RowSpan () : int
Valeur de propriété
Type : System. . :: . .Int32
An int value.
Voir aussi