DocumentMapAreaWidth 屬性
Gets or sets a string that indicates the width of the document map area.
命名空間: Microsoft.ReportingServices.SharePoint.UI.WebParts
組件: Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
語法
'宣告
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DocumentMapAreaWidth As String
Get
Set
'用途
Dim instance As ReportViewerWebPart
Dim value As String
value = instance.DocumentMapAreaWidth
instance.DocumentMapAreaWidth = value
[WebPartStorageAttribute(Storage.Shared)]
public string DocumentMapAreaWidth { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ DocumentMapAreaWidth {
String^ get ();
void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DocumentMapAreaWidth : string with get, set
function get DocumentMapAreaWidth () : String
function set DocumentMapAreaWidth (value : String)
屬性值
型別:System. . :: . .String
The width of the document map area, represented by a numeric value concatenated with a unit abbreviation. For example, "2in".
備註
This property can be configured using the Document Map Area Width text box and list box combination in the tool pane of the Web-based Web Part design user interface.