ChartLegendCustomItemCell.CellSpan Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets an expression that evaluates to the number of cells this cell extends to the right.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CellSpan As ReportIntProperty
Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty
value = instance.CellSpan
public ReportIntProperty CellSpan { get; }
public:
property ReportIntProperty^ CellSpan {
ReportIntProperty^ get ();
}
member CellSpan : ReportIntProperty
function get CellSpan () : ReportIntProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the number of cells this cell extends to the right.
Vea también
Referencia
ChartLegendCustomItemCell Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering