DocumentMapAreaWidth プロパティ
見出しマップ領域の幅を示す文字列を取得します。値の設定も可能です。
名前空間: 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
見出しマップ領域の幅です。数値の後ろに単位の省略形を空白なしで続けた形式で表されます。たとえば、"2in" のように指定します。
説明
このプロパティは、Web ベースの Web パーツ デザイン ユーザー インターフェイスのツール ペインにある [見出しマップ領域の幅] ボックスとその一覧を使用して構成できます。