CellSpan-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The number of cells this cell extends to the right.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CellSpan As Integer
Get
Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As Integer
value = instance.CellSpan
instance.CellSpan = value
public int CellSpan { get; set; }
public:
property int CellSpan {
int get ();
void set (int value);
}
member CellSpan : int with get, set
function get CellSpan () : int
function set CellSpan (value : int)
Eigenschaftenwert
Typ: System. . :: . .Int32
An int value.