Класс ModelDrillthroughReport
Provides information about a model drillthrough report.
Иерархия наследования
System.Object
ReportService2006.ModelDrillthroughReport
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class ModelDrillthroughReport
'Применение
Dim instance As ModelDrillthroughReport
public class ModelDrillthroughReport
public ref class ModelDrillthroughReport
type ModelDrillthroughReport = class end
public class ModelDrillthroughReport
Тип ModelDrillthroughReport обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Path | Gets or sets the full path of the model drillthrough report. | |
Type | Gets or sets the model drillthrough report type - Detail or List. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Provides a report to use when a user follows a drillthrough in a model.
Users who do not have permission to view and execute the supplied drillthrough report will be directed to the default dynamically generated clickthrough report.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.