ReportPath プロパティ
現在の SharePoint サイトにあるレポート、あるいは同じ Web アプリケーションまたは Web ファーム内のサイトにあるレポートの完全修飾パスを取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.SharePoint.UI.WebParts
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
構文
'宣言
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ReportPath As String
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .String
レポート パスです。