Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the report item to use to draw the cover flow navigation layout.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportItem As ReportItem
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Returns ReportItem.
Hinweise
Either ReportItemReference or ReportItem is specified, not both.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace