ReportingService2010.GetItemReferences Yöntemi
Bir öğe ile ilişkilendirilen katalog madde yapılan başvuruların bir listesini döndürür.Bu yöntem uygulandığı raporu ve Dataset öğe türleri.
Ad Alanı: ReportService2010
Derleme: ReportService2010 (ReportService2010 içinde.dll)
Sözdizimi
'Bildirim
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences", RequestNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("TrustedUserHeaderValue")> _
Public Function GetItemReferences ( _
ItemPath As String, _
ReferenceItemType As String _
) As ItemReferenceData()
'Kullanım
Dim instance As ReportingService2010
Dim ItemPath As String
Dim ReferenceItemType As String
Dim returnValue As ItemReferenceData()
returnValue = instance.GetItemReferences(ItemPath, _
ReferenceItemType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("TrustedUserHeaderValue")]
public ItemReferenceData[] GetItemReferences(
string ItemPath,
string ReferenceItemType
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapHeaderAttribute(L"TrustedUserHeaderValue")]
public:
array<ItemReferenceData^>^ GetItemReferences(
String^ ItemPath,
String^ ReferenceItemType
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapHeaderAttribute("TrustedUserHeaderValue")>]
member GetItemReferences :
ItemPath:string *
ReferenceItemType:string -> ItemReferenceData[]
public function GetItemReferences(
ItemPath : String,
ReferenceItemType : String
) : ItemReferenceData[]
Parametreler
- ItemPath
Tür: System.String
Dosya adı da dahil olmak üzere öğe ve SharePoint modunda, uzantının tam url.
- ReferenceItemType
Tür: System.String
Başvurulan öğenin öğe türü.
Dönüş Değeri
Tür: array<ReportService2010.ItemReferenceData[]
Bir dizi ItemReferenceData nesneler.
Açıklamalar
Aşağıdaki tablo üstbilgi ve izinler bu işlemi gösterir.
soap üstbilgisi kullanımı |
(Giden)ServerInfoHeaderValue |
Yerel mod gerekli izinleri |
öğe türü ise, rapor veya LinkedReport:
öğe türü ise DataSet:
öğe türü ise modeli: ReadDatasourceüzerinde ItemPath ve ReadProperties başvurulan veri kaynak. |
SharePoint modu gerekli izinleri |
OpenItems()üzerinde ItemPath ve ViewListItems() başvurulan her öğe hakkında |
Paylaşılan bir rapor datasets, paylaşılan veri kaynakları bir rapor veya paylaşılan veri kaynakları paylaşılan bir dataset nesnesinin almak için bu yöntem kullanın.