ReportItemDrawParams 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
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)
Parâmetros
- transform
- Matrix
- alpha
- Int32
Aplica-se a
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))
Parâmetros
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
Aplica-se a
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)
Parâmetros
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- flags
- ReportItemDrawFlags
Aplica-se a
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)
Parâmetros
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- forThumbnail
- Boolean