MapViewport.ContentMargin プロパティ

定義

マップ ビューポートとそのコンテンツ間の余白を取得します。値の設定も可能です。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> ContentMargin { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> ContentMargin { get; set; }
member this.ContentMargin : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> with get, set
Public Property ContentMargin As ReportExpression(Of ReportSize)

プロパティ値

ReportExpression<T> オブジェクト。

適用対象