Paragraph.ListStyle Propiedad

Definición

Obtiene una expresión que se evalúa como un valor que indica si este párrafo forma parte de una lista, e identifica el tipo de numeración.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ ListStyle { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle> ListStyle { get; }
member this.ListStyle : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle>
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)

Valor de propiedad

Un objeto ReportEnumProperty<EnumType> que indica si este párrafo forma parte de una lista, e identifica el tipo de numeración.

Se aplica a