ReportItemDrawParams Constructors

Definition

Overloads

ReportItemDrawParams(Matrix, Int32)
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>)
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, ReportItemDrawFlags)
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, Boolean)

ReportItemDrawParams(Matrix, Int32)

public:
 ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha);
public ReportItemDrawParams (System.Drawing.Drawing2D.Matrix transform, int alpha);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer)

Parameters

transform
Matrix
alpha
Int32

Applies to

ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>)

public:
 ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems);
public ReportItemDrawParams (System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem))

Parameters

transform
Matrix
alpha
Int32
invisibleItems
IEnumerable<IReportItem>

Applies to

ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, ReportItemDrawFlags)

public:
 ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems, Microsoft::ReportDesigner::ReportItemDrawFlags flags);
public ReportItemDrawParams (System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems, Microsoft.ReportDesigner.ReportItemDrawFlags flags);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> * Microsoft.ReportDesigner.ReportItemDrawFlags -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem), flags As ReportItemDrawFlags)

Parameters

transform
Matrix
alpha
Int32
invisibleItems
IEnumerable<IReportItem>

Applies to

ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, Boolean)

public:
 ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems, bool forThumbnail);
public ReportItemDrawParams (System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems, bool forThumbnail);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> * bool -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem), forThumbnail As Boolean)

Parameters

transform
Matrix
alpha
Int32
invisibleItems
IEnumerable<IReportItem>
forThumbnail
Boolean

Applies to