次の方法で共有


ChartLegendCustomItemCell.CellSpan プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このセルが右方向に伸びるセルの数。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property CellSpan As Integer 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Int32
int 値。

関連項目

参照

ChartLegendCustomItemCell クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間