Action 멤버
Represents an available user action for an item. This class cannot be inherited.
Action 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동