次の方法で共有


Subreport.ReportName プロパティ

サブレポートの名前を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ReportName As String 
    Get 
    Set
'使用
Dim instance As Subreport 
Dim value As String 

value = instance.ReportName

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

プロパティ値

型: System.String
サブレポートの名前。

関連項目

参照

Subreport クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間