次の方法で共有


ActionDrillthroughInstance.ReportName プロパティ

ActionDrillthrough クラスの ReportName プロパティの計算値を取得します。

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

構文

'宣言
Public Property ReportName As String 
    Get 
    Set
'使用
Dim instance As ActionDrillthroughInstance 
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
ReportName プロパティの計算値を表す文字列値。

関連項目

参照

ActionDrillthroughInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間