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.