共用方式為


CustomReportItem.GeneratedReportItem 屬性

Gets the report item generated by the custom report item runtime class.

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

語法

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

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

請參閱

參考

CustomReportItem 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間