共用方式為


ReportItem 屬性

Gets the report item in the cell.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ReportItem As ReportItem
    Get
'用途
Dim instance As CellContents
Dim value As ReportItem

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