หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the report item reference to use to draw the cover flow navigation layout.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportItemReference As String
Get
'Usage
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
Property Value
Type: System.String
Returns String.
Remarks
Either ReportItemReference or ReportItem is specified, not both.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace