Proprietà ModelDrillthroughReport.Type
Gets or sets the model drillthrough report type - Detail or List.
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
Public Property Type As DrillthroughType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: ReportService2010.DrillthroughType
A DrillthroughType enumerator value.
Osservazioni
Valid values are Detail or List.