次の方法で共有


Type プロパティ

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

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

プロパティ値

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

説明

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