共用方式為


Action.SetBookmarkAction 方法 (String, String)

Makes this action a bookmark action with a specified label.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub SetBookmarkAction ( _
    bookmark As String, _
    label As String _
)
'用途
Dim instance As Action 
Dim bookmark As String 
Dim label As String

instance.SetBookmarkAction(bookmark, _
    label)
public void SetBookmarkAction(
    string bookmark,
    string label
)
public:
void SetBookmarkAction(
    String^ bookmark, 
    String^ label
)
member SetBookmarkAction : 
        bookmark:string * 
        label:string -> unit
public function SetBookmarkAction(
    bookmark : String, 
    label : String
)

參數

  • bookmark
    型別:System.String
    A string representing the bookmark.
  • label
    型別:System.String
    A string representing the label to display for the action.

請參閱

參考

Action 類別

SetBookmarkAction 多載

Microsoft.ReportingServices.ReportRendering 命名空間