共用方式為


Style.Format 屬性

Gets or sets the .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Format As ReportExpression 
    Get 
    Set
'用途
Dim instance As Style 
Dim value As ReportExpression 

value = instance.Format

instance.Format = value
public ReportExpression Format { get; set; }
public:
property ReportExpression Format {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Format : ReportExpression with get, set
function get Format () : ReportExpression 
function set Format (value : ReportExpression)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

請參閱

參考

Style 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間