共用方式為


StyleIndent Constructors

Definition

Overloads

StyleIndent()
StyleIndent(ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>)

StyleIndent()

public:
 StyleIndent();
public StyleIndent ();
Public Sub New ()

Applies to

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))

Parameters

hangingIndent
ReportExpression<ReportSize>

Applies to