StyleIndent Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StyleIndent() | |
StyleIndent(ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>) |
StyleIndent()
public:
StyleIndent();
public StyleIndent ();
Public Sub New ()
Aplica-se a
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))
Parâmetros
- hangingIndent
- ReportExpression<ReportSize>
- leftIndent
- ReportExpression<ReportSize>
- rightIndent
- ReportExpression<ReportSize>