Compartir a través de


ModelDrillthroughReport.Type Propiedad

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

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.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: ReportService2010.DrillthroughType
A DrillthroughType enumerator value.

Comentarios

Valid values are Detail or List.

Vea también

Referencia

ModelDrillthroughReport Clase

Espacio de nombres ReportService2010