言語

Report クラス

定義

public ref class Report : IDisposable, Microsoft::ReportDesigner::IReport, Microsoft::ReportingServices::RdlObjectModel::IReportData, System::ComponentModel::IComponent
[System.ComponentModel.Designer(typeof(Microsoft.ReportDesigner.ReportComponentDesigner), typeof(System.ComponentModel.Design.IRootDesigner))]
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportEditor), typeof(System.ComponentModel.ComponentEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.DesignerTypeConverter))]
[System.ComponentModel.TypeDescriptionProvider(typeof(Microsoft.ReportDesigner.DesignerTypeDescriptionProvider))]
public class Report : IDisposable, Microsoft.ReportDesigner.IReport, Microsoft.ReportingServices.RdlObjectModel.IReportData, System.ComponentModel.IComponent
[<System.ComponentModel.Designer(typeof(Microsoft.ReportDesigner.ReportComponentDesigner), typeof(System.ComponentModel.Design.IRootDesigner))>]
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportEditor), typeof(System.ComponentModel.ComponentEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.DesignerTypeConverter))>]
[<System.ComponentModel.TypeDescriptionProvider(typeof(Microsoft.ReportDesigner.DesignerTypeDescriptionProvider))>]
type Report = class
    interface IComponent
    interface IDisposable
    interface IReport
    interface IReportData
Public Class Report
Implements IComponent, IDisposable, IReport, IReportData
継承
Report
属性
実装

コンストラクター

名前 説明
Report(LayoutEditor)

プロパティ

名前 説明
Author
AutoRefresh
BackgroundColor
BackgroundImage
Body
BodyHeight
BorderColor
BorderStyle
BorderWidth
Children
Classes
Code
CodeModules
Columns
ColumnSpacing
ConsumeContainerWhitespace
CustomProperties
DataElementName
DataElementStyle
DataSchema
DataSets
DataSources
DataTransform
DefaultFontFamily
DeferVariableEvaluation
Description
DescriptionLocId
EmbeddedImages
ExpressionDialog
FooterHeight
HasFooter
HasHeader
HeaderHeight
InitialPageName
InteractiveSize
Language
LayoutEditor
Management
Margins
PageFooter
PageHeader
PageSize
RdlReport
ReportColumns
ReportHeight
ReportId
ReportParameters
ReportParametersLayout
ReportProject
ReportServerUrl
ReportUnitType
ReportWidth
Site
ToolStripRenderer
UndoManager
Variables
Width

メソッド

名前 説明
AddOrRemoveFooter(Boolean)
AddOrRemoveHeader(Boolean)
CreateAccessibilityInstance(AccessibleObject, LayoutEditor)
CreateInstance(LayoutEditor, Report)
Dispose()
FromContext(ITypeDescriptorContext)
GenerateDataSetName(String)
GenerateDataSourceName(String)
GenerateEmbeddedImageName(String)
GenerateGroupName(String)
GenerateReportItemName(String)
GenerateReportParameterName(String)
GetAllDataRegions()
GetAllFieldExpressions()
GetAllGroups()
GetAllGroupsWithContext()
GetAllGroupsWithContext(IReportItem)
GetAllReportItems()
GetAllReportItems(IReportItem)
GetAllReportItems<T>()
GetAllReportItems<T>(IReportItem)
GetAllScopeNames()
GetAllVariables()
GetDataSetByName(String)
GetDataSetsByDataSourceName(String)
GetDataSourceByName(String)
GetEmbeddedImageByName(String)
GetFieldExpressions(Group)
GetFieldExpressions(ReportItem)
GetFieldsFromGroup(Group)
GetFieldsFromReportItem(ReportItem)
GetPotentialParentUnderPoint(PointF, ReportItemList)
GetRdlObject()
GetReportItemByName(String)
GetReportParameterByName(String)
GetSelectableObjects()
OpenRdl(Report)
ReparentDataSets(String, String)
Validate()

イベント

名前 説明
Disposed

適用対象