Gets the report item reference to use to draw the cover flow navigation layout.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property ReportItemReference As String
Get
‘사용 방법
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
속성 값
유형: System.String
Returns String.
주의
Either ReportItemReference or ReportItem is specified, not both.