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 です。