Właściwość Style.Format
.NET Framework ciąg formatowania.Zobacz https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Format As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.