Compartir a través de


Type Propiedad

Gets or sets the model drillthrough report type - Detail or List.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property Type As DrillthroughType
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: ReportService2006. . :: . .DrillthroughType
A DrillthroughType enumerator value.

Comentarios

Valid values are Detail or List.