SetBookmarkAction 메서드 (String, String)
Makes this action a bookmark action with a specified label.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.