Propriedade do RDL TopMargin
Obtém a largura da margem superior.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
Um objeto ReportSize que contém a largura da margem superior.