Partilhar via


Propriedade do RDL TopMargin

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property TopMargin As ReportIntProperty
    Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty

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