Proprietà DocumentMapAreaWidth
Gets or sets a string that indicates the width of the document map area.
Spazio dei nomi Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DocumentMapAreaWidth As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
The width of the document map area, represented by a numeric value concatenated with a unit abbreviation. For example, "2in".
Osservazioni
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.
Vedere anche