Propriété Format
.NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Format As ReportExpression
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.