Share via


ChartLegendCustomItemCell.CellSpan Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets an expression that evaluates to the number of cells this cell extends to the right.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CellSpan As ReportIntProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the number of cells this cell extends to the right.

See Also

Reference

ChartLegendCustomItemCell Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace