Propriedade ColumnSpacing
Spacing between columns as a percent of the font size.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportIntProperty
A ReportIntProperty object.
Consulte também