次の方法で共有


Report.Name プロパティ

通知に関連付けられたレポートの名前を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public MustOverride ReadOnly Property Name As String 
    Get
'使用
Dim instance As Report 
Dim value As String 

value = instance.Name
public abstract string Name { get; }
public:
virtual property String^ Name {
    String^ get () abstract;
}
abstract Name : string
abstract function get Name () : String

プロパティ値

型: System.String
通知に関連付けられたレポートの名前です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.Interfaces 名前空間