NavigationItem.ReportItemReference 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 reference to use to draw the cover flow navigation layout.
public:
property System::String ^ ReportItemReference { System::String ^ get(); };
public string ReportItemReference { get; }
member this.ReportItemReference : string
Public ReadOnly Property ReportItemReference As String
Property Value
Returns String.
Remarks
Either ReportItemReference or ReportItem is specified, not both.