Proprietà ChartLegendCustomItemCell.CellSpan
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets an expression that evaluates to the number of cells this cell extends to the right.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CellSpan As ReportIntProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the number of cells this cell extends to the right.
Vedere anche
Riferimento
ChartLegendCustomItemCell Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering