ModelDrillthroughReport.Type Property

Definition

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.

public:
 property ReportService2005::DrillthroughType Type { ReportService2005::DrillthroughType get(); void set(ReportService2005::DrillthroughType value); };
public ReportService2005.DrillthroughType Type { get; set; }
member this.Type : ReportService2005.DrillthroughType with get, set
Public Property Type As DrillthroughType

Property Value

A DrillthroughType enumerator value.

Remarks

Valid values are Detail or List.

Applies to