Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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