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