Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The right margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RightMargin As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.RightMargin
instance.RightMargin = value
public ReportExpression<int> RightMargin { get; set; }
public:
property ReportExpression<int> RightMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member RightMargin : ReportExpression<int> with get, set
function get RightMargin () : ReportExpression<int>
function set RightMargin (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.