共用方式為


ModelDrillthroughReport.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.

請參閱

參考

ModelDrillthroughReport 類別

ReportService2010 命名空間