다음을 통해 공유


CellContents.ReportItem 속성

Gets the report item in the cell.

네임스페이스:  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
A ReportItem object.

참고 항목

참조

CellContents 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스