다음을 통해 공유


Format 속성

A Microsoft .NET Framework formatting string. For more information, see https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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