Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an expression that evaluates to the top margin of the cell.
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the top margin of the cell.
Consulte também
Referência
ChartLegendCustomItemCell Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering