Partager via


Méthode Action.SetBookmarkAction (String, String)

Makes this action a bookmark action with a specified label.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub SetBookmarkAction ( _
    bookmark As String, _
    label As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

Action Classe

Surcharge SetBookmarkAction

Espace de noms Microsoft.ReportingServices.ReportRendering