BottomMargin propriété
Gets the width of the bottom margin.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BottomMargin As ReportSize
Get
'Utilisation
Dim instance As Report
Dim value As ReportSize
value = instance.BottomMargin
public ReportSize BottomMargin { get; }
public:
property ReportSize^ BottomMargin {
ReportSize^ get ();
}
member BottomMargin : ReportSize
function get BottomMargin () : ReportSize
Valeur de la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the bottom margin of the report.
Voir aussi