Класс ActionDrillthrough
Represents a drillthrough action.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ActionDrillthrough
'Применение
Dim instance As ActionDrillthrough
public sealed class ActionDrillthrough
public ref class ActionDrillthrough sealed
[<SealedAttribute>]
type ActionDrillthrough = class end
public final class ActionDrillthrough
Тип ActionDrillthrough обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Parameters | Parameters to the drillthrough report. | |
ReportName | Gets an expression that evaluates to the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (e.g. “http://reportserver/reports/sales/orderdetails”) of the drillthrough report. |
В начало
Методы
Имя | Описание | |
---|---|---|
CreateParameter | Creates a parameter of the specified name. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
RegisterDrillthroughAction | Registers this ActionDrillthrough. | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering