Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the navigation 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 NavigationItem As NavigationItem
Get
'Usage
Dim instance As Coverflow
Dim value As NavigationItem
value = instance.NavigationItem
public NavigationItem NavigationItem { get; }
public:
property NavigationItem^ NavigationItem {
NavigationItem^ get ();
}
member NavigationItem : NavigationItem
function get NavigationItem () : NavigationItem
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.NavigationItem
Returns NavigationItem.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace