TopMargin Propiedad
Gets the width of the top margin.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property TopMargin As ReportSize
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the margin on top.
Vea también