Partager via


Propriété Report.TopMargin

Gets the width of the top margin.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TopMargin As ReportSize 
    Get
'Utilisation
Dim instance As Report 
Dim value As ReportSize 

value = instance.TopMargin
public ReportSize TopMargin { get; }
public:
property ReportSize^ TopMargin {
    ReportSize^ get ();
}
member TopMargin : ReportSize
function get TopMargin () : ReportSize

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize object containing the width of the margin on top.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering