ReportItemDrawParams Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- transform
- Matrix
- alpha
- Int32
Gilt für:
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))
Parameter
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
Gilt für:
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)
Parameter
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- flags
- ReportItemDrawFlags
Gilt für:
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)
Parameter
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- forThumbnail
- Boolean