Paragraph.ListStyle Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un'espressione che restituisce un valore che indica se il paragrafo è parte di un elenco e identifica il tipo di numerazione.
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)
Valore della proprietà
Oggetto ReportEnumProperty<EnumType> che indica se il paragrafo è parte di un elenco e identifica il tipo di numerazione.