次の方法で共有


StyleBase.Format プロパティ

Microsoft .NET Framework の書式設定文字列に評価される式を取得します。 詳細については、「https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx」を参照してください。

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

構文

'宣言
Public MustOverride ReadOnly Property Format As ReportStringProperty 
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportStringProperty 

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

プロパティ値

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

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間