다음을 통해 공유


Action 멤버

Represents an available user action for an item. This class cannot be inherited.

Action 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 Action Initializes a new instance of the Action class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 SetBookmarkAction(String) Makes this action a bookmark action.
공용 메서드 SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
공용 메서드 SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
공용 메서드 SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
공용 메서드 SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
공용 메서드 SetHyperlinkAction(String) Makes this a hyperlink action.
공용 메서드 SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 BookmarkLink Gets the link to the bookmark for a report item.
공용 속성 DrillthroughID Gets a string identifying the drillthrough action.
공용 속성 DrillthroughParameters Gets the parameters for the drillthrough report.
공용 속성 DrillthroughReport Gets the URL of the drillthrough report.
공용 속성 HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
공용 속성 Label The label to display for the action.

맨 위로 이동