Action 클래스

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

상속 계층

System.Object
  Microsoft.ReportingServices.ReportRendering.Action

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class Action
‘사용 방법
Dim instance As Action
public sealed class Action
public ref class Action sealed
[<SealedAttribute>]
type Action =  class end
public final class Action

Action 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (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에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스