次の方法で共有


Style.Format プロパティ

Microsoft .NET Framework の書式設定文字列に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property Format As ReportStringProperty 
    Get
'使用
Dim instance As Style 
Dim value As ReportStringProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
Microsoft .NET Framework の書式設定文字列を表す ReportStringProperty オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間