Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Format As ReportExpression
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.