NavigationItem.ReportItemReference Property
Gets the report item reference 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 ReportItemReference As String
Get
'Usage
Dim instance As NavigationItem
Dim value As String
value = instance.ReportItemReference
public string ReportItemReference { get; }
public:
property String^ ReportItemReference {
String^ get ();
}
member ReportItemReference : string
function get ReportItemReference () : String
Property Value
Type: System.String
Returns String.
Remarks
Either ReportItemReference or ReportItem is specified, not both.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace