Proprietà Alignment
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)
Get
'Utilizzo
Dim instance As ChartLegendCustomItemCell
Dim value As ReportEnumProperty(Of ChartCellAlignment)
value = instance.Alignment
public ReportEnumProperty<ChartCellAlignment> Alignment { get; }
public:
property ReportEnumProperty<ChartCellAlignment>^ Alignment {
ReportEnumProperty<ChartCellAlignment>^ get ();
}
member Alignment : ReportEnumProperty<ChartCellAlignment>
function get Alignment () : ReportEnumProperty<ChartCellAlignment>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCellAlignment> ) > ) >