Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Makes this action a bookmark action with a specified label.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub SetBookmarkAction ( _
bookmark As String, _
label As String _
)
'Uso
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
)
Parámetros
- bookmark
Tipo: System.String
A string representing the bookmark.
- label
Tipo: System.String
A string representing the label to display for the action.
Vea también
Referencia
Sobrecarga de SetBookmarkAction
Espacio de nombres Microsoft.ReportingServices.ReportRendering