ReportViewerWebPart.ReportPath Özelliği
Alır veya ayarlar bir tam yol geçerli SharePoint sitesinde veya bir site aynı Web uygulaması veya grubu içinde bir rapor için.
Ad Alanı: Microsoft.ReportingServices.SharePoint.UI.WebParts
Derleme: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
Sözdizimi
'Bildirim
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ReportPath As String
Get
Set
'Kullanım
Dim instance As ReportViewerWebPart
Dim value As String
value = instance.ReportPath
instance.ReportPath = value
[WebPartStorageAttribute(Storage.Shared)]
public string ReportPath { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ ReportPath {
String^ get ();
void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)
Özellik Değeri
Tür: System.String
Rapor yol.
Açıklamalar
ReportViewerWebPart Uygulayan bağlı bir Web bölümünden bir rapor yol da tüketebilir IWebPartRow arabirim.
Ayrıca bkz.