Propriété BottomMargin
Gets or sets the bottom margin for the subitem.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BottomMargin As ReportExpression(Of ReportSize)
Get
Set
'Utilisation
Dim instance As MapSubItem
Dim value As ReportExpression(Of ReportSize)
value = instance.BottomMargin
instance.BottomMargin = value
public ReportExpression<ReportSize> BottomMargin { get; set; }
public:
property ReportExpression<ReportSize> BottomMargin {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member BottomMargin : ReportExpression<ReportSize> with get, set
function get BottomMargin () : ReportExpression<ReportSize>
function set BottomMargin (value : ReportExpression<ReportSize>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.