Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The top margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TopMargin As ReportExpression(Of Integer)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.