다음을 통해 공유


StyleInstance.Format 속성

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

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

구문

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

value = instance.Format

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

속성 값

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

참고 항목

참조

StyleInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스