StyleIndent Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| StyleIndent() | |
| StyleIndent(ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>) |
StyleIndent()
public:
StyleIndent();
public StyleIndent ();
Public Sub New ()
S’applique à
StyleIndent(ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>)
public:
StyleIndent(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> hangingIndent, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> leftIndent, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> rightIndent);
public StyleIndent (Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> hangingIndent, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> leftIndent, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> rightIndent);
new Microsoft.ReportDesigner.StyleIndent : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> -> Microsoft.ReportDesigner.StyleIndent
Public Sub New (hangingIndent As ReportExpression(Of ReportSize), leftIndent As ReportExpression(Of ReportSize), rightIndent As ReportExpression(Of ReportSize))
Paramètres
- hangingIndent
- ReportExpression<ReportSize>
- leftIndent
- ReportExpression<ReportSize>
- rightIndent
- ReportExpression<ReportSize>