Freigeben über


ModelDrillthroughReport.Type Property

Gets or sets the type model drill-through report - single or multiple-instance - to which the user is directed when following a click-through.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property Type As DrillthroughType
public DrillthroughType Type { get; set; }
public:
property DrillthroughType Type {
    DrillthroughType get ();
    void set (DrillthroughType value);
}
/** @property */
public DrillthroughType get_Type ()

/** @property */
public void set_Type (DrillthroughType value)
public function get Type () : DrillthroughType

public function set Type (value : DrillthroughType)

Eigenschaftswert

A DrillthroughType enumerator value.

Hinweise

Valid values are SingleInstance or MultipleInstance.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ModelDrillthroughReport Class
ModelDrillthroughReport Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace