Partilhar via


Propriedade do RDL ChartLegendCustomItemCell.BottomMargin

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 bottom margin of the cell.

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

Sintaxe

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

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the bottom margin of the cell.

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering