Propriété BottomMargin
Width of the bottom margin.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BottomMargin As ReportSize
Get
Set
'Utilisation
Dim instance As Page
Dim value As ReportSize
value = instance.BottomMargin
instance.BottomMargin = value
public ReportSize BottomMargin { get; set; }
public:
property ReportSize BottomMargin {
ReportSize get ();
void set (ReportSize value);
}
member BottomMargin : ReportSize with get, set
function get BottomMargin () : ReportSize
function set BottomMargin (value : ReportSize)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.