次の方法で共有


ModelDrillthroughReport.Type プロパティ

モデル詳細レポートの種類 (Detail または List) を取得または設定します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property Type As DrillthroughType 
    Get 
    Set
'使用
Dim instance As ModelDrillthroughReport 
Dim value As DrillthroughType 

value = instance.Type

instance.Type = value
public DrillthroughType Type { get; set; }
public:
property DrillthroughType Type {
    DrillthroughType get ();
    void set (DrillthroughType value);
}
member Type : DrillthroughType with get, set
function get Type () : DrillthroughType 
function set Type (value : DrillthroughType)

プロパティ値

型: ReportService2010.DrillthroughType
DrillthroughType 列挙値です。

説明

有効値は、Detail または List です。

関連項目

参照

ModelDrillthroughReport クラス

ReportService2010 名前空間