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 命名空间