다음을 통해 공유


Format 속성

Gets the calculated value of the Format property in a StyleBase class.

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

구문

‘선언
Public MustOverride Property Format As String
    Get
    Set
‘사용 방법
Dim instance As StyleBaseInstance
Dim value As String

value = instance.Format

instance.Format = value
public abstract string Format { get; set; }
public:
virtual property String^ Format {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Format : string with get, set
abstract function get Format () : String
abstract function set Format (value : String)

속성 값

유형: System. . :: . .String
A string value that represents the calculated value of the Format property.