Compartir a través de


ChartLegendCustomItemCell.RightMargin Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets an expression that evaluates to the right margin of the cell.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RightMargin As ReportIntProperty 
    Get
'Uso
Dim instance As ChartLegendCustomItemCell 
Dim value As ReportIntProperty 

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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering