Свойство ModelDrillthroughReport.Type
Gets or sets the model drillthrough report type - Detail or List.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
Public Property Type As DrillthroughType
Get
Set
'Применение
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)
Значение свойства
Тип: ReportService2010.DrillthroughType
A DrillthroughType enumerator value.
Замечания
Valid values are Detail or List.