この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
上余白。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property TopMargin As ReportExpression(Of Integer)
Get
Set
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.TopMargin
instance.TopMargin = value
public ReportExpression<int> TopMargin { get; set; }
public:
property ReportExpression<int> TopMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member TopMargin : ReportExpression<int> with get, set
function get TopMargin () : ReportExpression<int>
function set TopMargin (value : ReportExpression<int>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
ReportExpression<T> オブジェクト。