Type 属性

Gets or sets the model drillthrough report type - Detail or 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
A DrillthroughType enumerator value.

注释

Valid values are Detail or List.