共用方式為


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.

請參閱

參考

ModelDrillthroughReport 類別

ReportService2005 命名空間