CompiledParagraphInstance.ListStyle 属性

Gets the parsed value of the ListStyle property in a Paragraph class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overrides ReadOnly Property ListStyle As ListStyle
    Get
用法
Dim instance As CompiledParagraphInstance
Dim value As ListStyle

value = instance.ListStyle
public override ListStyle ListStyle { get; }
public:
virtual property ListStyle ListStyle {
    ListStyle get () override;
}
abstract ListStyle : ListStyle
override ListStyle : ListStyle
override function get ListStyle () : ListStyle

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ListStyle
A ListStyle value that represents the parsed value of the ListStyle property.