Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the set of actions.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
Public Property Actions As ActionCollection
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
void set (ActionCollection^ value);
}
/** @property */
public ActionCollection get_Actions ()
/** @property */
public void set_Actions (ActionCollection value)
public function get Actions () : ActionCollection
public function set Actions (value : ActionCollection)
Значение свойства
An ActionCollection object.
Замечания
This is returned by the ChartDataPoint, ImageMapArea, and TextBox classes.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ActionInfo Class
ActionInfo Members
Microsoft.ReportingServices.ReportRendering Namespace