NavigationItem.ReportItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the report item to use to draw the cover flow navigation layout.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ ReportItem { Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportItem ReportItem { get; }
member this.ReportItem : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Public ReadOnly Property ReportItem As ReportItem
Property Value
Returns ReportItem.
Remarks
Either ReportItemReference or ReportItem is specified, not both.