TopMargin Propiedad
Obtiene el ancho del margen superior.
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
Objeto ReportSize que contiene el ancho del margen en la parte superior.