ModelDrillthroughReport.Type 属性
Gets or sets the type of the model drill-through report (detail or list) to which the user is directed when following a click-through.
命名空间: 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
A DrillthroughType enumerator value.
注释
Valid values are Detail or List.