DockToolBar プロパティ
ツール バーのドッキング位置を取得または設定します。
名前空間: Microsoft.ReportingServices.SharePoint.UI.WebParts
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
構文
'宣言
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DockToolBar As DockToolBarLocation
Get
Set
'使用
Dim instance As ReportViewerWebPart
Dim value As DockToolBarLocation
value = instance.DockToolBar
instance.DockToolBar = value
[WebPartStorageAttribute(Storage.Shared)]
public DockToolBarLocation DockToolBar { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property DockToolBarLocation DockToolBar {
DockToolBarLocation get ();
void set (DockToolBarLocation value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DockToolBar : DockToolBarLocation with get, set
function get DockToolBar () : DockToolBarLocation
function set DockToolBar (value : DockToolBarLocation)