NavigationItem.ReportItem 属性

Gets the report item to use to draw the cover flow navigation layout.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ReportItem As ReportItem 
    Get
用法
Dim instance As NavigationItem 
Dim value As ReportItem 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Returns ReportItem.

注释

Either ReportItemReference or ReportItem is specified, not both.

请参阅

参考

NavigationItem 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间