Partilhar via


Propriedade do RDL Type

Gets or sets the type of the model drill-through report (detail or list) to which the user is directed when following a click-through.

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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: ReportService2005. . :: . .DrillthroughType
A DrillthroughType enumerator value.

Comentários

Valid values are Detail or List.