共用方式為


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 命名空間