次の方法で共有


SubReport.ReportName プロパティ

サブレポート内のレポートの名前を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ReportName As String 
    Get
'使用
Dim instance As SubReport 
Dim value As String 

value = instance.ReportName
public string ReportName { get; }
public:
property String^ ReportName {
    String^ get ();
}
member ReportName : string
function get ReportName () : String

プロパティ値

型: System.String
string 値です。

関連項目

参照

SubReport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間