Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the model drillthrough report type - Detail or List.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Type As DrillthroughType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: ReportService2006.DrillthroughType
A DrillthroughType enumerator value.
Hinweise
Valid values are Detail or List.