次の方法で共有


CellContents.ReportItem プロパティ

セル内のレポート アイテムを取得します。

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

構文

'宣言
Public Property ReportItem As ReportItem 
    Get 
    Set
'使用
Dim instance As CellContents 
Dim value As ReportItem 

value = instance.ReportItem

instance.ReportItem = value
public ReportItem ReportItem { get; set; }
public:
property ReportItem^ ReportItem {
    ReportItem^ get ();
    void set (ReportItem^ value);
}
member ReportItem : ReportItem with get, set
function get ReportItem () : ReportItem 
function set ReportItem (value : ReportItem)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportItem
ReportItem オブジェクト。

関連項目

参照

CellContents クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間