ReportItemDrawParams Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Se aplica 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>
Se aplica 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
Se aplica 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