다음을 통해 공유


NavigationItem.ReportItemReference 속성

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.

참고 항목

참조

NavigationItem 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스