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.