Compartilhar via


Propriedade do RDL ModelDrillthroughReport.Type

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: ReportService2010.DrillthroughType
A DrillthroughType enumerator value.

Comentários

Valid values are Detail or List.

Consulte também

Referência

ModelDrillthroughReport Classe

Namespace ReportService2010