次の方法で共有


ModelDrillthroughReport.Type プロパティ

ユーザーがクリックスルーに従った場合に表示される、モデル詳細レポートの種類 (詳細またはリスト) を取得または設定します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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)

プロパティ値

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

説明

有効な値は、Detail と List です。

関連項目

参照

ModelDrillthroughReport クラス

ReportService2005 名前空間