Propriedade do RDL DockToolBar
Gets or sets the docking location of the toolbar.
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DockToolBar As DockToolBarLocation
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.SharePoint.UI.WebParts. . :: . .DockToolBarLocation
A DockToolBarLocation enumeration value.
Consulte também