Propriété ColumnSpacing
Gets an expression that evaluates to the spacing between columns as a percent of the font size.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ColumnSpacing As ReportIntProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportIntProperty
A ReportIntProperty object.
Voir aussi