次の方法で共有


CompiledParagraphInstance.ListStyle プロパティ

Paragraph クラスの ListStyle プロパティの解析された値を取得します。

名前空間:  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
ListStyle プロパティの解析された値を表す ListStyle 値。

関連項目

参照

CompiledParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間