Compartir a través de


ChartLegend.ColumnSpacing Propiedad

Gets an expression that evaluates to the spacing between columns as a percent of the font size.

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

Sintaxis

'Declaración
Public ReadOnly Property ColumnSpacing As ReportIntProperty 
    Get
'Uso
Dim instance As ChartLegend 
Dim value As ReportIntProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

Vea también

Referencia

ChartLegend Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering