Proprietà ChartLegendInstance.ColumnSpacing
Gets the calculated value of the ColumnSpacing property in a ChartLegend class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ColumnSpacing As Integer
Get
'Utilizzo
Dim instance As ChartLegendInstance
Dim value As Integer
value = instance.ColumnSpacing
public int ColumnSpacing { get; }
public:
property int ColumnSpacing {
int get ();
}
member ColumnSpacing : int
function get ColumnSpacing () : int
Valore proprietà
Tipo: System.Int32
An int value that represents the calculated value of the ColumnSpacing property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering